diff options
| author | Andrew M. B. Boktor <[email protected]> | 2012-08-08 18:20:42 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:48:53 -0700 |
| commit | c00424bbb3187f4f9a4718d4d7c078c0c8ff9f73 (patch) | |
| tree | bbf26bc74013a32195ff7d656562278dd7c1c97d /src/cuda-sim/cuda-sim.cc | |
| parent | c1ca329ef0a2695f700c4bb692ca3ea8b3c01030 (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/cuda-sim.cc')
| -rw-r--r-- | src/cuda-sim/cuda-sim.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuda-sim/cuda-sim.cc b/src/cuda-sim/cuda-sim.cc index 02c7dfd..4cad472 100644 --- a/src/cuda-sim/cuda-sim.cc +++ b/src/cuda-sim/cuda-sim.cc @@ -30,6 +30,7 @@ #include "instructions.h" #include "ptx_ir.h" +#include "ptx.tab.h" #include "ptx_sim.h" #include <stdio.h> |
