Skip to content

Commit

Permalink
Merge pull request #213 from sy-c/master
Browse files Browse the repository at this point in the history
minor compiler fix macos
  • Loading branch information
sy-c authored Mar 23, 2022
2 parents 4473a2d + 7820512 commit 0c03422
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ReadoutDatabase.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
#include <string>
#include <map>

#if LIBMYSQL_VERSION_ID >= 80000
typedef bool my_bool;
#endif

ReadoutDatabase::ReadoutDatabase(const char* cx) {

char *db_db=nullptr, *db_user=nullptr, *db_pwd=nullptr, *db_host=nullptr;
Expand Down

0 comments on commit 0c03422

Please sign in to comment.