From ec76e62eb4d6e1aeddf97399eec17ca524c93b98 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Fri, 14 Oct 2016 18:01:49 +1100 Subject: [PATCH] build: minimse header inclusion --- except.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/except.hpp b/except.hpp index ad6ab19..e1ff076 100644 --- a/except.hpp +++ b/except.hpp @@ -20,7 +20,7 @@ #include "./vk.hpp" -#include +#include namespace vk { class error : public std::exception {