2016-01-21 23:40:00 +01:00

14 lines
327 B
Plaintext

$NetBSD: patch-ab,v 1.6 2014/12/30 08:50:55 plunky Exp $
--- map/Projection.h.orig 2014-11-02 00:01:52.000000000 +0000
+++ map/Projection.h
@@ -21,7 +21,7 @@ along with this program. If not, see <h
#include <QObject>
#include <cstdio>
-#include "proj_api.h"
+#include <proj_api.h>
class Projection : public QObject
{