Skip to content

Commit

Permalink
ParameterParsing: fix issue in latest boost causing linking to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed May 25, 2023
1 parent 92a3b10 commit 6f8d558
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions include/ParameterParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@

#include "Parameters.h"

//#define BOOST_SPIRIT_DEBUG
//#define BOOST_SPIRIT_DEBU

#define BOOST_PHOENIX_STL_TUPLE_H_

#include <boost/fusion/include/std_pair.hpp>
#include <boost/spirit/include/phoenix.hpp>
#include <boost/phoenix.hpp>
#include <boost/spirit/include/qi.hpp>

#include <algorithm>
Expand Down

0 comments on commit 6f8d558

Please sign in to comment.