From cf62f13cdc8a7f21c78f03b097bff6edf09fdead Mon Sep 17 00:00:00 2001 From: Yong He Date: Mon, 6 Jul 2020 11:58:14 -0700 Subject: ShortList and core.natvis improvements. (#1430) * ShortList and core.natvis improvements. * Fix gcc build. * add `getBuffer()` accessor to `GetArrayViewResult` --- source/core/slang-basic.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/core/slang-basic.h') 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" -- cgit v1.2.3