From 8f0d6ec139cc75ebe0935afe0ad50eb4aef98fd6 Mon Sep 17 00:00:00 2001 From: Linda Andersson Date: Thu, 21 Nov 2013 10:05:40 +0100 Subject: [PATCH] core update --- Code/OysterGraphics/Core/Core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/OysterGraphics/Core/Core.h b/Code/OysterGraphics/Core/Core.h index 28d47e31..bc93777f 100644 --- a/Code/OysterGraphics/Core/Core.h +++ b/Code/OysterGraphics/Core/Core.h @@ -7,7 +7,7 @@ #include "CoreIncludes.h" #include #include "Buffer.h" -#include "OysterMath.h"; +#include "OysterMath.h" namespace Oyster {