From 3272ce1847cfda26c3f04ba9c7acc8285ddb2230 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Fri, 6 Jan 2017 04:54:59 +0200 Subject: [PATCH 1/1] Add a missing include --- source/except.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/except.h b/source/except.h index ed9ca23..cc8c1fb 100644 --- a/source/except.h +++ b/source/except.h @@ -2,6 +2,7 @@ #define MSP_DATAFILE_EXCEPT_H_ #include +#include #include namespace Msp { -- 2.43.0