fix build error on gcc 13 71/294971/1 accepted/tizen_8.0_unified accepted/tizen_unified accepted/tizen_unified_dev tizen tizen_8.0 accepted/tizen/8.0/unified/20231005.093305 accepted/tizen/unified/20230630.124058 accepted/tizen/unified/dev/20230726.115853 tizen_8.0_m2_release
authorYoungjae Shin <yj99.shin@samsung.com>
Thu, 29 Jun 2023 07:52:04 +0000 (16:52 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Thu, 29 Jun 2023 07:52:04 +0000 (16:52 +0900)
Change-Id: I01100c77dcf5c514eb2a3355c27be81cdbc23eb1

src/shared/Tuple.cpp

index b1fc004..d0d25ba 100644 (file)
@@ -16,6 +16,8 @@
 
 #include <Tuple.h>
 
+#include <stdexcept>
+
 using namespace ctx;
 using std::string;
 using std::vector;