Fix the specials code parser not compiling in Visual Studio

This commit is contained in:
2015-01-10 00:36:29 -05:00
parent 1a7ff2c631
commit 9a19db553f

View File

@@ -8,15 +8,12 @@
//#define BOOST_SPIRIT_DEBUG
#ifndef _MSC_VER // TODO: Figure out why this won't compile in Visual Studio
#include "special_parse.hpp"
#include <fstream>
#include <sstream>
#include <iterator>
#include <set>
#include <boost/phoenix/bind.hpp>
#include "special.h"
@@ -237,4 +234,3 @@ void test_special_parse(std::string file) {
fout.close();
}
#endif