summaryrefslogtreecommitdiffstats
path: root/src/Generating/DistortedHeightmap.cpp
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-11-25 19:29:36 +0100
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-11-25 19:29:36 +0100
commit32449f1fca8379d0c7f38e95834b2a01e62de06c (patch)
tree43ff9c4e4565d5ef8223646b4d78234b10ad1d4b /src/Generating/DistortedHeightmap.cpp
parentAttempt to fix compilation (diff)
downloadcuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.tar
cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.tar.gz
cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.tar.bz2
cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.tar.lz
cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.tar.xz
cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.tar.zst
cuberite-32449f1fca8379d0c7f38e95834b2a01e62de06c.zip
Diffstat (limited to 'src/Generating/DistortedHeightmap.cpp')
-rw-r--r--src/Generating/DistortedHeightmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Generating/DistortedHeightmap.cpp b/src/Generating/DistortedHeightmap.cpp
index ae5cd02e8..6fbe7c1d4 100644
--- a/src/Generating/DistortedHeightmap.cpp
+++ b/src/Generating/DistortedHeightmap.cpp
@@ -7,7 +7,7 @@
#include "DistortedHeightmap.h"
#include "../OSSupport/File.h"
-#include "../lib/inifile/iniFile.h"
+#include "lib/inifile/iniFile.h"
#include "../LinearUpscale.h"