summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_parser.cc
diff options
context:
space:
mode:
authorAndrew M. B. Boktor <[email protected]>2012-08-08 18:20:42 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:48:53 -0700
commitc00424bbb3187f4f9a4718d4d7c078c0c8ff9f73 (patch)
treebbf26bc74013a32195ff7d656562278dd7c1c97d /src/cuda-sim/ptx_parser.cc
parentc1ca329ef0a2695f700c4bb692ca3ea8b3c01030 (diff)
Fixing compile error on my machine
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13703]
Diffstat (limited to 'src/cuda-sim/ptx_parser.cc')
-rw-r--r--src/cuda-sim/ptx_parser.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuda-sim/ptx_parser.cc b/src/cuda-sim/ptx_parser.cc
index 257da1a..cc97b72 100644
--- a/src/cuda-sim/ptx_parser.cc
+++ b/src/cuda-sim/ptx_parser.cc
@@ -27,6 +27,7 @@
#include "ptx_parser.h"
#include "ptx_ir.h"
+#include "ptx.tab.h"
#include <stdarg.h>
extern "C" int ptx_error( const char *s );