1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-20 10:17:05 +00:00

Adds missing includes and gets more explicit about exceptions.

This commit is contained in:
Thomas Harte
2019-01-25 20:19:50 -05:00
committed by Thomas Harte
parent 74e1a9a621
commit 68d6feaa03
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -7,8 +7,12 @@
//
#include "ScanTarget.hpp"
#include "Primitives/Rectangle.hpp"
#include <cassert>
#include <cstring>
using namespace Outputs::Display::OpenGL;
namespace {