diff options
Diffstat (limited to 'src/common/symbols.h')
-rw-r--r-- | src/common/symbols.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/symbols.h b/src/common/symbols.h index f76cb6b1e..6b62b011e 100644 --- a/src/common/symbols.h +++ b/src/common/symbols.h @@ -5,8 +5,10 @@ #pragma once #include <map> +#include <string> +#include <utility> -#include "common/common.h" +#include "common/common_types.h" struct TSymbol { |