1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00

Corrects two improper include paths.

This commit is contained in:
Thomas Harte 2019-01-25 19:19:23 -05:00 committed by Thomas Harte
parent f0ec9fa5d2
commit 312f38906b
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
#ifndef Rectangle_hpp
#define Rectangle_hpp
#include "OpenGL.hpp"
#include "../OpenGL.hpp"
#include "Shader.hpp"
#include <memory>

View File

@ -9,7 +9,7 @@
#ifndef TextureTarget_hpp
#define TextureTarget_hpp
#include "OpenGL.hpp"
#include "../OpenGL.hpp"
#include "Shader.hpp"
#include <memory>