# HG changeset patch # User Christian Wirth # Date 1397660055 -7200 # Node ID 370cb412d027ab7ca05552192550695b6b3cfdf2 # Parent f9c9eedef118921e00a7ddfc207563b3a662530e add precompiled.hpp to graalCodeInstaller_x86.cpp, fixes Windows build diff -r f9c9eedef118 -r 370cb412d027 src/cpu/x86/vm/graalCodeInstaller_x86.cpp --- a/src/cpu/x86/vm/graalCodeInstaller_x86.cpp Wed Apr 16 14:27:18 2014 +0200 +++ b/src/cpu/x86/vm/graalCodeInstaller_x86.cpp Wed Apr 16 16:54:15 2014 +0200 @@ -21,6 +21,7 @@ * questions. */ +#include "precompiled.hpp" #include "compiler/disassembler.hpp" #include "runtime/javaCalls.hpp" #include "graal/graalEnv.hpp"