From 1540f8fb5ec4b35f807d56b9e9b6d92f6dfe914d Mon Sep 17 00:00:00 2001 From: Mattes D Date: Wed, 24 Feb 2016 14:55:38 +0100 Subject: [PATCH] Fixed includes in IntGen. --- src/Generating/IntGen.h | 4 ++-- 1 file 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 +#include "../BiomeDef.h" +#include "../Noise/Noise.h"