diff --git a/sdk/base/binary.cpp b/sdk/base/binary.cpp index 7038937..a6641c7 100644 --- a/sdk/base/binary.cpp +++ b/sdk/base/binary.cpp @@ -9,13 +9,13 @@ */ #include +#include #include #include #include #include #include -#include namespace hotplace { diff --git a/sdk/base/binary.hpp b/sdk/base/binary.hpp index 72e8dc3..fb1d75a 100644 --- a/sdk/base/binary.hpp +++ b/sdk/base/binary.hpp @@ -11,11 +11,12 @@ #ifndef __HOTPLACE_SDK_BASE_BINARY__ #define __HOTPLACE_SDK_BASE_BINARY__ +#include + #include #include #include #include -#include namespace hotplace { diff --git a/test/asn1/sample.cpp b/test/asn1/sample.cpp index 1619035..dbeeda0 100644 --- a/test/asn1/sample.cpp +++ b/test/asn1/sample.cpp @@ -288,7 +288,7 @@ void x690_8_5_real() { var.dump(bin, true); _logger->dump(bin); - _test_case.test(errorcode_t::not_supported, __FUNCTION__, "X.690 8.5 real 0x%08x expect %s", var.content().data.d, expect.c_str()); + _test_case.test(errorcode_t::not_supported, __FUNCTION__, "X.690 8.5 real %lf expect %s", d, expect.c_str()); }; for (auto entry : _table) { diff --git a/test/sysmon/CMakeLists.txt b/test/sysmon/CMakeLists.txt index fdcfa92..0d08878 100644 --- a/test/sysmon/CMakeLists.txt +++ b/test/sysmon/CMakeLists.txt @@ -7,4 +7,4 @@ set (module sysmon) file (GLOB SOURCE_FILES *.cpp) -maketest (${module} SOURCE_FILES PROJECT_SDK_MODULE_DEPENDENCIES PROJECT_SDK_PLATFORM_DEPENDENCIES 1) +maketest (${module} SOURCE_FILES PROJECT_SDK_MODULE_DEPENDENCIES PROJECT_SDK_PLATFORM_DEPENDENCIES 0)