OSDN Git Service

logging.hppのincludeを追加
[gikomona/libcore.git] / include / GikoMona.hpp
index 256d046..2d6083a 100644 (file)
 #define LIBSQLITEXX_USED_BY_GIKOMONA
 
 #include "string.hpp"
+#include "logging.hpp"
 
 #include <sqlitexx.hpp>
 
 #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);
-    
 
 }