Commit 18b26d3d authored by John Selbie's avatar John Selbie

Moved property_tree headers from precomp header to main.cpp

parent ad562a43
#BOOST_INCLUDE := -I/Users/jselbielocal/boost_1_62_0
#BOOST_INCLUDE := -I/Users/jselbie/boost_1_63_0
#OPENSSL_INCLUDE := -I/Users/jselbie/openssl/include
DEFINES := -DNDEBUG
......
......@@ -51,8 +51,6 @@
#include <boost/shared_ptr.hpp>
#include <boost/scoped_array.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/json_parser.hpp>
#include <map>
#include <vector>
......
......@@ -15,6 +15,10 @@
*/
#include "commonincludes.hpp"
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/json_parser.hpp>
#include "stuncore.h"
#include "server.h"
#include "tcpserver.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment