blob: 41fd40c77c9addb276d6f039ea5a1ff859eb1fe0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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
{
|