From: caprice Date: Sat, 9 Aug 2014 16:30:40 +0000 (+0900) Subject: logging.hppのincludeを追加 X-Git-Url: http://git.osdn.net/view?p=gikomona%2Flibcore.git;a=commitdiff_plain;h=04a772e44d87a1a7ef38f003f7273e98efd042ec logging.hppのincludeを追加 --- diff --git a/include/GikoMona.hpp b/include/GikoMona.hpp index 256d046..2d6083a 100644 --- a/include/GikoMona.hpp +++ b/include/GikoMona.hpp @@ -11,11 +11,12 @@ #define LIBSQLITEXX_USED_BY_GIKOMONA #include "string.hpp" +#include "logging.hpp" #include #if __cplusplus < 201103L - #error "[GikoMona.libcore @pp-time] : sorry, this compiler does NOT support C++11." + #error "error - [GikoMona.LibCore @pp-time] : sorry, this compiler does NOT support C++11." #endif namespace monazilla { namespace GikoMona { @@ -38,7 +39,6 @@ using enable_if_T_is_same_as_U // for communication.hpp typedef int communicate_id; std::string to_string(const communicate_id val); - }