summaryrefslogtreecommitdiff
path: root/src/common/intern-pool.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/intern-pool.hpp')
-rw-r--r--src/common/intern-pool.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/common/intern-pool.hpp b/src/common/intern-pool.hpp
index db840a2..204b659 100644
--- a/src/common/intern-pool.hpp
+++ b/src/common/intern-pool.hpp
@@ -6,7 +6,9 @@
#include <map>
#include <vector>
-#include "strings.hpp"
+#include "../strings/fstring.hpp"
+#include "../strings/zstring.hpp"
+#include "../strings/xstring.hpp"
class InternPool
{