Skip to content

Commit

Permalink
Move BoostJSON source into individual file
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Oct 3, 2024
1 parent 3b8a41b commit 04a10d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#include <algorithm>
#include <boost/json.hpp>
#include <boost/json/src.hpp>
#include <openscenario_interpreter/openscenario_interpreter.hpp>
#include <openscenario_interpreter/record.hpp>
#include <openscenario_interpreter/syntax/object_controller.hpp>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include <boost/json/src.hpp>

0 comments on commit 04a10d6

Please sign in to comment.