14 lines
330 B
Plaintext
14 lines
330 B
Plaintext
$NetBSD: patch-ab,v 1.5 2012/07/01 07:21:35 plunky Exp $
|
|
|
|
--- map/Projection.h.orig 2012-06-03 21:03:41.000000000 +0000
|
|
+++ map/Projection.h
|
|
@@ -20,7 +20,7 @@ along with this program. If not, see <h
|
|
#define PROJECTION_H
|
|
#include <QObject>
|
|
|
|
-#include "proj_api.h"
|
|
+#include <proj_api.h>
|
|
|
|
class Projection : public QObject
|
|
{
|