summaryrefslogtreecommitdiff
path: root/libcuda
diff options
context:
space:
mode:
authorMengchi Zhang <[email protected]>2019-06-10 19:43:36 -0400
committerMengchi Zhang <[email protected]>2019-06-10 19:43:36 -0400
commitc68377b8eb2ce322e195a23062f5ba635dba546a (patch)
treeb951a6fa272bbe2ec4120259b31f0eb5c7292b09 /libcuda
parentc29246408c963ece65515fae92540e76ac71b72b (diff)
Remove those duplicated defined
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'libcuda')
-rw-r--r--libcuda/cuda_api_object.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcuda/cuda_api_object.h b/libcuda/cuda_api_object.h
index 73c077e..d931fd5 100644
--- a/libcuda/cuda_api_object.h
+++ b/libcuda/cuda_api_object.h
@@ -6,6 +6,8 @@
#include <set>
#include <string>
+#include "builtin_types.h"
+
#include "../src/gpgpu-sim/gpu-sim.h"
#include "../src/cuda-sim/ptx_ir.h"
#include "../src/abstract_hardware_model.h"