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
409 B
C++
14 lines
409 B
C++
--- src/lasvariablerecord.cpp.orig 2009-10-02 17:48:41 UTC
|
|
+++ src/lasvariablerecord.cpp
|
|
@@ -41,8 +41,8 @@
|
|
* OF SUCH DAMAGE.
|
|
****************************************************************************/
|
|
|
|
-#include <liblas/lasvariablerecord.hpp>
|
|
-#include <liblas/cstdint.hpp>
|
|
+#include <liblas12/lasvariablerecord.hpp>
|
|
+#include <liblas12/cstdint.hpp>
|
|
// std
|
|
#include <algorithm>
|
|
#include <stdexcept>
|