diff options
-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" |