diff options
Diffstat (limited to '')
| -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 @@ | |||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <map> | 7 | #include <map> |
| 8 | #include <string> | ||
| 9 | #include <utility> | ||
| 8 | 10 | ||
| 9 | #include "common/common.h" | 11 | #include "common/common_types.h" |
| 10 | 12 | ||
| 11 | struct TSymbol | 13 | struct TSymbol |
| 12 | { | 14 | { |