From 5ce77bd8bd27284786f8a702c42294c556723c54 Mon Sep 17 00:00:00 2001 From: Robert Date: Mon, 18 May 2020 19:39:44 +0200 Subject: [PATCH] fixed include --- SDLU_Example/header.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDLU_Example/header.hpp b/SDLU_Example/header.hpp index 8756575..aa993f3 100644 --- a/SDLU_Example/header.hpp +++ b/SDLU_Example/header.hpp @@ -1,4 +1,4 @@ -#include "..\SDLU\graphics\RenderWindow.hpp" +#include #pragma once #include "SDLU.hpp" #include