Skip to content

Commit

Permalink
Fixed issue in json dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Sriram94 committed Nov 26, 2021
1 parent 34f16b6 commit 979ce61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pomfrlFOR/examples/battle_model/src/render/backend/data.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <fstream>
#include <sstream>
#ifdef __linux__
#include <json/json.h>
#include <jsoncpp/json/json.h>
#else
#include <json/json.h>
#endif
Expand Down Expand Up @@ -427,4 +427,4 @@ const unsigned int &Config::getMiniMAPWidth() const {


} // namespace render
} // namespace magent
} // namespace magent
4 changes: 2 additions & 2 deletions pomfrlPDO/examples/battle_model/src/render/backend/data.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <fstream>
#include <sstream>
#ifdef __linux__
#include <json/json.h>
#include <jsoncpp/json/json.h>
#else
#include <json/json.h>
#endif
Expand Down Expand Up @@ -427,4 +427,4 @@ const unsigned int &Config::getMiniMAPWidth() const {


} // namespace render
} // namespace magent
} // namespace magent

0 comments on commit 979ce61

Please sign in to comment.