Index: /trunk/FACT++/src/Database.h
===================================================================
--- /trunk/FACT++/src/Database.h	(revision 19189)
+++ /trunk/FACT++/src/Database.h	(revision 19190)
@@ -7,4 +7,8 @@
 
 #include <mysql++/mysql++.h>
+
+#if !defined(__clang_major__) && defined(__GNUC__) &&  (__GNUC___ <= 4)
+#include "tools.h" // to_string fix for ISDC
+#endif
 
 struct DatabaseName
