# HG changeset patch # User Andreas Woess # Date 1367442166 -7200 # Node ID 62838eadbf56b814804c3c55fb7f653436ee5db5 # Parent 2b663d5893d3c66d60cc51dd2d750e62ee222190 Windows build fix for PTX code diff -r 2b663d5893d3 -r 62838eadbf56 make/windows/makefiles/projectcreator.make --- a/make/windows/makefiles/projectcreator.make Wed May 01 13:33:07 2013 -0700 +++ b/make/windows/makefiles/projectcreator.make Wed May 01 23:02:46 2013 +0200 @@ -55,6 +55,7 @@ -relativeInclude src\os\windows\vm \ -relativeInclude src\os_cpu\windows_$(Platform_arch)\vm \ -relativeInclude src\cpu\$(Platform_arch)\vm \ + -relativeInclude src\gpu \ -absoluteInclude $(HOTSPOTBUILDSPACE)/%f/generated \ -relativeSrcInclude src \ -absoluteSrcInclude $(HOTSPOTBUILDSPACE) \ diff -r 2b663d5893d3 -r 62838eadbf56 src/gpu/ptx/gpu_ptx.cpp --- a/src/gpu/ptx/gpu_ptx.cpp Wed May 01 13:33:07 2013 -0700 +++ b/src/gpu/ptx/gpu_ptx.cpp Wed May 01 23:02:46 2013 +0200 @@ -22,7 +22,7 @@ * */ - +#include "precompiled.hpp" #include "runtime/gpu.hpp" #include "utilities/globalDefinitions.hpp" #include "utilities/ostream.hpp"