74fdb2ab9c
- Bump PORTREVISION - Remove CONFLICTS= liblas-1.8* - Order USES= before other USE cases - Patch several source files PR: 225281 Submitted by: rhurlin@gwdg.de(maintainer)
14 lines
372 B
C++
14 lines
372 B
C++
--- include/liblas12/iterator.hpp.orig 2009-10-02 17:48:41 UTC
|
|
+++ include/liblas12/iterator.hpp
|
|
@@ -42,8 +42,8 @@
|
|
#ifndef LIBLAS_ITERATOR_HPP_INCLUDED
|
|
#define LIBLAS_ITERATOR_HPP_INCLUDED
|
|
|
|
-#include <liblas/lasreader.hpp>
|
|
-#include <liblas/laswriter.hpp>
|
|
+#include <liblas12/lasreader.hpp>
|
|
+#include <liblas12/laswriter.hpp>
|
|
#include <iterator>
|
|
#include <cassert>
|
|
|