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:
committed by
Thomas Harte
parent
74e1a9a621
commit
68d6feaa03
@@ -7,8 +7,12 @@
|
||||
//
|
||||
|
||||
#include "ScanTarget.hpp"
|
||||
|
||||
#include "Primitives/Rectangle.hpp"
|
||||
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
|
||||
using namespace Outputs::Display::OpenGL;
|
||||
|
||||
namespace {
|
||||
|
||||
Reference in New Issue
Block a user