Skip to content

Commit

Permalink
Fixing spirit for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Feb 5, 2015
1 parent 1659e26 commit 81f0aa9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion generator/bestbits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include <boost/filesystem/operations.hpp>
#include <boost/thread/thread.hpp>
#include <boost/spirit/core.hpp>
#include <boost/spirit/home/classic/core.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/foreach.hpp>
#include <fstream>
Expand Down
6 changes: 3 additions & 3 deletions generator/cipherdesc.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
#include <vector>
#include <stack>
#include <string>
#include <boost/spirit/core.hpp>
#include <boost/spirit/actor/push_back_actor.hpp>
#include <boost/spirit/home/classic/core.hpp>
#include <boost/spirit/home/classic/actor.hpp>
#include <boost/filesystem/path.hpp>
#include <boost/thread/thread.hpp>

#include "MersenneTwister.h"
#include "variables.h"

using namespace boost::spirit;
using namespace boost::spirit::classic;
namespace bs = boost::filesystem;
using std::stack;
using std::vector;
Expand Down
2 changes: 1 addition & 1 deletion generator/data_holder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <iostream>
#include <map>
#include <fstream>
#include <boost/spirit/core.hpp>
#include <boost/spirit/home/classic/core.hpp>

#include "data_holder.h"
#include "debug.h"
Expand Down

0 comments on commit 81f0aa9

Please sign in to comment.