changeset 9485:62838eadbf56

Windows build fix for PTX code
author Andreas Woess <andreas.woess@jku.at>
date Wed, 01 May 2013 23:02:46 +0200
parents 2b663d5893d3
children 6678695afc3b
files make/windows/makefiles/projectcreator.make src/gpu/ptx/gpu_ptx.cpp
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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) \
--- 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"