Skip to content

Commit 0c03422

Browse files
authored
Merge pull request #213 from sy-c/master
minor compiler fix macos
2 parents 4473a2d + 7820512 commit 0c03422

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ReadoutDatabase.cxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
#include <string>
1010
#include <map>
1111

12+
#if LIBMYSQL_VERSION_ID >= 80000
13+
typedef bool my_bool;
14+
#endif
15+
1216
ReadoutDatabase::ReadoutDatabase(const char* cx) {
1317

1418
char *db_db=nullptr, *db_user=nullptr, *db_pwd=nullptr, *db_host=nullptr;

0 commit comments

Comments
 (0)