diff --git a/examples/eventx/thread_pool/Makefile b/examples/eventx/thread_pool/Makefile index 7b9f03686141700c0d61dbb1a1a0c7d9813c7e97..13119db10fda8d9c5711dae00a8a1c5480c5e82f 100644 --- a/examples/eventx/thread_pool/Makefile +++ b/examples/eventx/thread_pool/Makefile @@ -6,6 +6,7 @@ CXXFLAGS := -DLOG_MODULE_ID='"$(EXE_NAME)"' $(CXXFLAGS) LDFLAGS += \ -ltbox_eventx \ -ltbox_event \ + -ltbox_util \ -ltbox_base \ -lpthread \ diff --git a/modules/log/async_channel_test.cpp b/modules/log/async_channel_test.cpp index 08ab4871c668b0d6b146fcbfd24980d952966eb9..18e21183a52ed9d058552d0b812c5713744ff40e 100644 --- a/modules/log/async_channel_test.cpp +++ b/modules/log/async_channel_test.cpp @@ -2,6 +2,7 @@ #include "async_channel.h" #include #include +#include using namespace std; using namespace tbox::log; diff --git a/modules/main/terminate.cpp b/modules/main/terminate.cpp index bc5e01f61e17e327b3ea1670a4000ae746854b4b..1300a9c5d5502852c40cf09d6f3dedc5d4b2eca2 100644 --- a/modules/main/terminate.cpp +++ b/modules/main/terminate.cpp @@ -2,6 +2,7 @@ #include #include +#include #include #include diff --git a/version.mk b/version.mk index 8d1d232fd47bf96bb88c7b6a66575f232085dd17..b15a9153518d6c7e9c70e81fbb9bd55e0b50e12d 100644 --- a/version.mk +++ b/version.mk @@ -1,4 +1,4 @@ # TBOX版本号 TBOX_VERSION_MAJOR := 1 TBOX_VERSION_MINOR := 0 -TBOX_VERSION_REVISION := 21 +TBOX_VERSION_REVISION := 22