* src/vmcore/globals.cpp: New file.
[cacao.git] / src / vm / jit / verify / typecheck-stackbased.c
index ed24ea78ff0a45acbc2d7f34ff3052284c9a4d36..0aa5ca2b941f26850d8f19882fa9b7b4f9977b0a 100644 (file)
@@ -41,6 +41,8 @@
 #include "vm/jit/stack.h"
 #include "vm/jit/verify/typecheck-common.h"
 
+#include "vmcore/globals.hpp"
+
 
 /* this #if runs over the whole file: */
 #if defined(ENABLE_VERIFIER)