Skip to content
Snippets Groups Projects
Commit 2b323ce6 authored by Marco De Marco's avatar Marco De Marco
Browse files

Boost library added to makefile, small fix

parent 1630ca1c
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ INSTALL_DIR=/usr/local/bin
INC_DIR=/usr/local/omniORB/include \
/usr/local/zeromq/include/zmq \
/usr/local/tango/include/tango \
/usr/local/boost/include \
/usr/local/soci/include \
/usr/local/soci/include/soci \
/usr/include/mysql \
......@@ -15,6 +16,7 @@ INC_DIR=/usr/local/omniORB/include \
LIB_DIR=/usr/local/omniORB/lib \
/usr/local/zeromq/lib \
/usr/local/tango/lib \
/usr/local/boost/lib \
/usr/local/soci/lib64 \
/usr/local/protobuf/lib
#================================================================================
......
#include <ProtocolManager.h>
#include <boost/filesystem/v3/path.hpp>
#include <boost/filesystem.hpp>
#include <stdexcept>
namespace DataImporter_ns
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment