[Liblas-commits] hg: touch up includes for new include/external structure

liblas-commits at liblas.org liblas-commits at liblas.org
Thu Aug 26 21:28:23 EDT 2010


changeset fce71d924aa0 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=fce71d924aa0
summary: touch up includes for new include/external structure

diffstat:

 apps/laskernel.hpp |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 5ab78fe8e71b -r fce71d924aa0 apps/laskernel.hpp
--- a/apps/laskernel.hpp	Thu Aug 26 23:10:30 2010 +0100
+++ b/apps/laskernel.hpp	Thu Aug 26 20:28:16 2010 -0500
@@ -43,8 +43,8 @@
 #define LIBLAS_KERNEL_HPP_INCLUDED
 
 #include <liblas/liblas.hpp>
-#include <liblas/property_tree/ptree.hpp>
-#include <liblas/property_tree/xml_parser.hpp>
+#include <liblas/external/property_tree/ptree.hpp>
+#include <liblas/external/property_tree/xml_parser.hpp>
 
 #include <fstream>
 #include <iostream>


More information about the Liblas-commits mailing list