Skip to content

Commit

Permalink
add boost foreach to the includes (#93)
Browse files Browse the repository at this point in the history
closes #92
  • Loading branch information
paskino authored Mar 9, 2022
1 parent cebbc01 commit b87759e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions XNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <boost/spirit/include/phoenix_stl.hpp>
#include <boost/fusion/include/adapt_struct.hpp>
#include <boost/algorithm/string.hpp>
#include <boost/foreach.hpp>

#include <iostream>
#include <stdlib.h>
Expand Down

0 comments on commit b87759e

Please sign in to comment.