summaryrefslogtreecommitdiffstats
path: root/src/Generating/IntGen.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2016-02-24 21:29:38 +0100
committerMattes D <github@xoft.cz>2016-02-24 21:29:38 +0100
commit7f76c7f3625d6e26f423c68dc0bbcb859cad2c06 (patch)
treecb6f0bbcdbd67f62a3073868fe78f7e7c0b167bd /src/Generating/IntGen.h
parentMerge pull request #3044 from LogicParrot/chunkRemove (diff)
parentFixed LinearUpscale's bounds checking. (diff)
downloadcuberite-7f76c7f3625d6e26f423c68dc0bbcb859cad2c06.tar
cuberite-7f76c7f3625d6e26f423c68dc0bbcb859cad2c06.tar.gz
cuberite-7f76c7f3625d6e26f423c68dc0bbcb859cad2c06.tar.bz2
cuberite-7f76c7f3625d6e26f423c68dc0bbcb859cad2c06.tar.lz
cuberite-7f76c7f3625d6e26f423c68dc0bbcb859cad2c06.tar.xz
cuberite-7f76c7f3625d6e26f423c68dc0bbcb859cad2c06.tar.zst
cuberite-7f76c7f3625d6e26f423c68dc0bbcb859cad2c06.zip
Diffstat (limited to 'src/Generating/IntGen.h')
-rw-r--r--src/Generating/IntGen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Generating/IntGen.h b/src/Generating/IntGen.h
index 708dc0550..c43ddce9f 100644
--- a/src/Generating/IntGen.h
+++ b/src/Generating/IntGen.h
@@ -29,9 +29,9 @@ by using templates.
#pragma once
-#include "../BiomeDef.h"
-
#include <tuple>
+#include "../BiomeDef.h"
+#include "../Noise/Noise.h"