Changeset 19190


Ignore:
Timestamp:
08/24/18 13:07:40 (6 years ago)
Author:
tbretz
Message:
Load tools.h for the to_string fix for the ISDC compiler
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Database.h

    r19139 r19190  
    77
    88#include <mysql++/mysql++.h>
     9
     10#if !defined(__clang_major__) && defined(__GNUC__) &&  (__GNUC___ <= 4)
     11#include "tools.h" // to_string fix for ISDC
     12#endif
    913
    1014struct DatabaseName
Note: See TracChangeset for help on using the changeset viewer.