changeset 11284:d876002b98e6

ptx: fix include for non-precompiledheader build in gpu_ptx.cpp
author Bernhard Urban <bernhard.urban@jku.at>
date Sat, 10 Aug 2013 22:57:50 +0200
parents 1cd1f8ff70a1
children fc86bdb42a52
files src/gpu/ptx/vm/gpu_ptx.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gpu/ptx/vm/gpu_ptx.cpp	Sat Aug 10 14:38:30 2013 -0400
+++ b/src/gpu/ptx/vm/gpu_ptx.cpp	Sat Aug 10 22:57:50 2013 +0200
@@ -23,6 +23,7 @@
  */
 
 #include "precompiled.hpp"
+#include "runtime/javaCalls.hpp"
 #include "runtime/gpu.hpp"
 #include "utilities/globalDefinitions.hpp"
 #include "utilities/ostream.hpp"