Commit 62ac7386 authored by Robert Butora's avatar Robert Butora
Browse files

missing includes

parent 180b22d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
#define	CONFIGURATION_H

#include <boost/shared_ptr.hpp>

#include <string>
namespace DataImporter_ns
{

+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
#include <tango.h>

#include <boost/filesystem.hpp>
#include <boost/shared_ptr.hpp>

namespace DataImporter_ns
{