diff options
author | Mattes D <github@xoft.cz> | 2016-02-24 21:29:38 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2016-02-24 21:29:38 +0100 |
commit | 7f76c7f3625d6e26f423c68dc0bbcb859cad2c06 (patch) | |
tree | cb6f0bbcdbd67f62a3073868fe78f7e7c0b167bd /src/Generating/IntGen.h | |
parent | Merge pull request #3044 from LogicParrot/chunkRemove (diff) | |
parent | Fixed LinearUpscale's bounds checking. (diff) | |
download | cuberite-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.h | 4 |
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" |