Skip to content

Commit

Permalink
use interal boost::uuid includes #51
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Sep 9, 2011
1 parent 1092ddb commit 0ab6cbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/drivers/las/LasHeaderReader.cpp
Expand Up @@ -46,7 +46,7 @@
#include <pdal/drivers/las/VariableLengthRecord.hpp>
#include "ZipPoint.hpp"

#include <boost/uuid/uuid_io.hpp>
#include <pdal/external/boost/uuid/uuid_io.hpp>
#include <boost/scoped_array.hpp>
#include <boost/concept_check.hpp> // ignore_unused_variable_warning

Expand Down
2 changes: 1 addition & 1 deletion src/drivers/las/LasHeaderWriter.cpp
Expand Up @@ -45,7 +45,7 @@
#include "ZipPoint.hpp"

#include <pdal/drivers/las/Header.hpp>
#include <boost/uuid/uuid_io.hpp>
#include <pdal/external/boost/uuid/uuid_io.hpp>
#include <boost/scoped_ptr.hpp>


Expand Down

0 comments on commit 0ab6cbd

Please sign in to comment.