summaryrefslogtreecommitdiff
path: root/libcuda
diff options
context:
space:
mode:
authorMengchi Zhang <[email protected]>2019-06-10 23:59:28 -0400
committerGitHub <[email protected]>2019-06-10 23:59:28 -0400
commit6eb6f30ecd59782ba57a7bba7496526e0eeb59eb (patch)
tree0f76a9f831d7e6f2c750d6a8f3666d92074fe31c /libcuda
parent50c8739fe0084e387c35c94d2bce57ff33fa69b8 (diff)
parenta34d4295ca856297ad76d5a6408cdaa163554809 (diff)
Merge pull request #14 from echoedit/dev
Remove those duplicated defined
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"