summaryrefslogtreecommitdiff
path: root/Examples/test-suite/cpp17_string_view.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/cpp17_string_view.i')
-rw-r--r--Examples/test-suite/cpp17_string_view.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/cpp17_string_view.i b/Examples/test-suite/cpp17_string_view.i
index 864cc97eb..a1d3ea9cc 100644
--- a/Examples/test-suite/cpp17_string_view.i
+++ b/Examples/test-suite/cpp17_string_view.i
@@ -1,5 +1,5 @@
%module cpp17_string_view
-#if defined SWIGCSHARP || defined SWIGJAVA || defined SWIGLUA || defined SWIGPHP
+#if defined SWIGCSHARP || defined SWIGJAVA || defined SWIGLUA || defined SWIGPHP || defined SWIGTCL
%include <std_string_view.i>
// throw is invalid in C++17 and later, only SWIG to use it