Fix build error at boost 1.83.0 72/304472/1 accepted/tizen_unified_toolchain accepted/tizen/unified/20240215.130020 accepted/tizen/unified/toolchain/20240311.064830 accepted/tizen/unified/x/20240219.013820
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 18 Jan 2024 01:57:10 +0000 (10:57 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 18 Jan 2024 01:57:51 +0000 (10:57 +0900)
include boost/integer.hpp

Change-Id: I4ff6fd67a712d1d7d880609c35ebaa69c18f99ff

tests/api_test.cpp

index 26159bb..ee209ef 100644 (file)
@@ -17,6 +17,7 @@
  ******************************************************************/
 
 #include <boost/algorithm/hex.hpp>
+#include <boost/integer.hpp>
 #include <cstring>
 #include <iomanip>
 #include <iostream>