From 78a200fc60edf5d14f13644df12cb468e09b4480 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Wed, 24 Feb 2016 22:58:35 +0000 Subject: [PATCH] Included stdexcept in the common function tests. --- source/tests/xestiacalendar_testcommon.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/tests/xestiacalendar_testcommon.h b/source/tests/xestiacalendar_testcommon.h index e925dbb..739bd64 100644 --- a/source/tests/xestiacalendar_testcommon.h +++ b/source/tests/xestiacalendar_testcommon.h @@ -3,6 +3,7 @@ #include "../objects/CalDAV/CalDAV.h" #include +#include using namespace std; -- 2.39.2