summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/CodeGen.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/LibCompiler/CodeGen.h')
-rw-r--r--dev/LibCompiler/CodeGen.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/LibCompiler/CodeGen.h b/dev/LibCompiler/CodeGen.h
index 1e955d8..8edcff1 100644
--- a/dev/LibCompiler/CodeGen.h
+++ b/dev/LibCompiler/CodeGen.h
@@ -8,10 +8,10 @@
#include <LibCompiler/Defines.h>
#include <LibCompiler/Macros.h>
-#include <LibCompiler/PString.h>
+#include <LibCompiler/BasicString.h>
-#define LC_ASSEMBLY_INTERFACE : public LibCompiler::AssemblyInterface
-#define LC_ENCODER : public LibCompiler::EncoderInterface
+#define LC_ASSEMBLY_INTERFACE : public ::LibCompiler::AssemblyInterface
+#define LC_ENCODER : public ::LibCompiler::EncoderInterface
namespace LibCompiler {
class AssemblyFactory;