Add missing include guards

This commit is contained in:
Michał Janiszewski 2018-10-31 22:54:17 +01:00 committed by MerryMage
parent 8d47e7a4bc
commit 7d0e918b51
2 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,8 @@
* General Public License version 2 or any later version. * General Public License version 2 or any later version.
*/ */
#pragma once
#include <string> #include <string>
#include "common/common_types.h" #include "common/common_types.h"

View file

@ -4,6 +4,8 @@
* General Public License version 2 or any later version. * General Public License version 2 or any later version.
*/ */
#pragma once
#include <type_traits> #include <type_traits>
#include "common/bit_util.h" #include "common/bit_util.h"