summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx_sim.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_sim.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_sim.cc')
-rw-r--r--src/cuda-sim/ptx_sim.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuda-sim/ptx_sim.cc b/src/cuda-sim/ptx_sim.cc
index 05f0c6a..b0393fa 100644
--- a/src/cuda-sim/ptx_sim.cc
+++ b/src/cuda-sim/ptx_sim.cc
@@ -28,6 +28,7 @@
#include "ptx_sim.h"
#include <string>
#include "ptx_ir.h"
+#include "ptx.tab.h"
#include "../gpgpu-sim/gpu-sim.h"
#include "../gpgpu-sim/shader.h"