summaryrefslogtreecommitdiffstats
path: root/source/core/slang-basic.h
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2020-07-06 11:58:14 -0700
committerGitHub <noreply@github.com>2020-07-06 11:58:14 -0700
commitcf62f13cdc8a7f21c78f03b097bff6edf09fdead (patch)
tree6a08ddcd4dfe39976a7dec29164da4f7b87ddfda /source/core/slang-basic.h
parentffd0b9c9b06a22d886c77d777d9aa0cd1298d363 (diff)
ShortList<T> and core.natvis improvements. (#1430)
* ShortList<T> and core.natvis improvements. * Fix gcc build. * add `getBuffer()` accessor to `GetArrayViewResult`
Diffstat (limited to 'source/core/slang-basic.h')
-rw-r--r--source/core/slang-basic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/core/slang-basic.h b/source/core/slang-basic.h
index 7931749f4..5387af4aa 100644
--- a/source/core/slang-basic.h
+++ b/source/core/slang-basic.h
@@ -6,6 +6,7 @@
#include "slang-string.h"
#include "slang-array.h"
#include "slang-list.h"
+#include "slang-short-list.h"
#include "slang-smart-pointer.h"
#include "slang-exception.h"
#include "slang-dictionary.h"