From d0de60dc33df75fbcacb53a09568b14d0fd48cb9 Mon Sep 17 00:00:00 2001 From: Mel Date: Mon, 12 Jun 2023 17:09:55 +0200 Subject: Multithreaded world generation with Perlin --- src/Math/MVP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Math/MVP.cpp') diff --git a/src/Math/MVP.cpp b/src/Math/MVP.cpp index 754c656..dd5b5e7 100644 --- a/src/Math/MVP.cpp +++ b/src/Math/MVP.cpp @@ -1,6 +1,6 @@ #include #include "MVP.hpp" -#include "Math.hpp" +#include "Common.hpp" namespace Math::MVP { -- cgit 1.4.1