diff options
Diffstat (limited to 'source/core/slang-smart-pointer.h')
| -rw-r--r-- | source/core/slang-smart-pointer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/core/slang-smart-pointer.h b/source/core/slang-smart-pointer.h index 2f1f485dc..a45f7a8ad 100644 --- a/source/core/slang-smart-pointer.h +++ b/source/core/slang-smart-pointer.h @@ -4,8 +4,9 @@ #include "slang-common.h" #include "slang-hash.h" #include "slang-type-traits.h" +#include "slang.h" -#include "../../include/slang.h" +#include "slang.h" namespace Slang { |
