diff options
| author | Mengchi Zhang <[email protected]> | 2019-06-10 23:59:28 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-06-10 23:59:28 -0400 |
| commit | 6eb6f30ecd59782ba57a7bba7496526e0eeb59eb (patch) | |
| tree | 0f76a9f831d7e6f2c750d6a8f3666d92074fe31c /libcuda/cuda_api_object.h | |
| parent | 50c8739fe0084e387c35c94d2bce57ff33fa69b8 (diff) | |
| parent | a34d4295ca856297ad76d5a6408cdaa163554809 (diff) | |
Merge pull request #14 from echoedit/dev
Remove those duplicated defined
Diffstat (limited to 'libcuda/cuda_api_object.h')
| -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" |
