summaryrefslogtreecommitdiff
path: root/src/heightmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/heightmap.cpp')
-rw-r--r--src/heightmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heightmap.cpp b/src/heightmap.cpp
index 6fb0bfe4c..43f4e0c24 100644
--- a/src/heightmap.cpp
+++ b/src/heightmap.cpp
@@ -32,7 +32,7 @@ static inline byte RGBToGrayscale(byte red, byte green, byte blue)
#ifdef WITH_PNG
-#include "png.h"
+#include <png.h>
/**
* The PNG Heightmap loader.