From: Steve Brokenshire Date: Wed, 24 Feb 2016 22:58:35 +0000 (+0000) Subject: Included stdexcept in the common function tests. X-Git-Tag: release-0.02~344 X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=commitdiff_plain;h=78a200fc60edf5d14f13644df12cb468e09b4480 Included stdexcept in the common function tests. --- 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;