diff options
| author | Mengchi Zhang <[email protected]> | 2019-06-10 19:43:36 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-06-10 19:43:36 -0400 |
| commit | c68377b8eb2ce322e195a23062f5ba635dba546a (patch) | |
| tree | b951a6fa272bbe2ec4120259b31f0eb5c7292b09 /libcuda | |
| parent | c29246408c963ece65515fae92540e76ac71b72b (diff) | |
Remove those duplicated defined
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'libcuda')
| -rw-r--r-- | libcuda/cuda_api_object.h | 2 |
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" |
