~goby-dev/goby/2.0-win32

« back to all changes in this revision

Viewing changes to src/common/configuration_reader.cpp

  • Committer: Toby Schneider
  • Date: 2012-05-01 17:25:06 UTC
  • Revision ID: tes.aubergine@gmail.com-20120501172506-ermjf0husd8bvhzt
moved all #include <boost/filesystem.hpp> to .cpp files to avoid bug where including that header brings in a library dependency on boost_system

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
// along with Goby.  If not, see <http://www.gnu.org/licenses/>.
22
22
 
23
23
 
 
24
 
24
25
#include "goby/common/protobuf/option_extensions.pb.h"
25
26
 
26
27
#include "configuration_reader.h"
31
32
#include <google/protobuf/dynamic_message.h>
32
33
#include <algorithm>
33
34
#include <boost/algorithm/string.hpp>
 
35
#include <boost/filesystem.hpp>
34
36
 
35
37
// brings std::ostream& red, etc. into scope
36
38
using namespace goby::common::tcolor;