* src/vm/jit/x86_64/codegen.h (vm/jit/x86_64/emit.h): Added.
authortwisti <none@none>
Fri, 1 Dec 2006 16:51:25 +0000 (16:51 +0000)
committertwisti <none@none>
Fri, 1 Dec 2006 16:51:25 +0000 (16:51 +0000)
src/vm/jit/x86_64/codegen.h

index 7cedc13619c7f6d5eb632038afb37ecda813dac5..dcf5b2330d62f4c6e8e2b7cfc4f8ddd49c349912 100644 (file)
@@ -27,7 +27,7 @@
    Authors: Andreas Krall
             Christian Thalinger
 
-   $Id: codegen.h 6078 2006-11-28 22:19:16Z twisti $
+   $Id: codegen.h 6101 2006-12-01 16:51:25Z twisti $
 
 */
 
@@ -41,6 +41,8 @@
 
 #include "vm/types.h"
 
+#include "vm/jit/x86_64/emit.h"
+
 #include "vm/jit/jit.h"