Skip to content

Commit

Permalink
Merge pull request #64 from nE0sIghT/bugfix/boost-ref
Browse files Browse the repository at this point in the history
Compilation fix with recent boost and gcc
  • Loading branch information
neobrain committed Nov 7, 2021
2 parents fd69de1 + ebe3fbd commit e924e21
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/nihstro/source_tree.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

#pragma once

#include <algorithm>
#include <list>
#include <string>

Expand Down
1 change: 1 addition & 0 deletions src/parser_assembly.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
// #define BOOST_SPIRIT_DEBUG

#include <boost/fusion/include/adapt_struct.hpp>
#include <boost/phoenix/core/reference.hpp>
#include <boost/spirit/include/qi.hpp>

#include "nihstro/parser_assembly.h"
Expand Down
1 change: 1 addition & 0 deletions src/parser_assembly/compare.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
// #define BOOST_SPIRIT_DEBUG

#include <boost/fusion/include/adapt_struct.hpp>
#include <boost/phoenix/core/reference.hpp>
#include <boost/spirit/include/qi.hpp>

#include "nihstro/parser_assembly.h"
Expand Down
1 change: 1 addition & 0 deletions src/parser_assembly/declaration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@


#include <boost/fusion/include/adapt_struct.hpp>
#include <boost/phoenix/core/reference.hpp>
#include <boost/spirit/include/qi.hpp>

#include "nihstro/parser_assembly.h"
Expand Down
1 change: 1 addition & 0 deletions src/parser_assembly/floatop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
// #define BOOST_SPIRIT_DEBUG

#include <boost/fusion/include/adapt_struct.hpp>
#include <boost/phoenix/core/reference.hpp>
#include <boost/spirit/include/qi.hpp>

#include "nihstro/parser_assembly.h"
Expand Down
1 change: 1 addition & 0 deletions src/parser_assembly/flowcontrol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

#include <boost/fusion/include/adapt_struct.hpp>
#include <boost/fusion/include/swap.hpp>
#include <boost/phoenix/core/reference.hpp>
#include <boost/spirit/include/qi.hpp>

#include "nihstro/parser_assembly.h"
Expand Down

0 comments on commit e924e21

Please sign in to comment.