From 9d0df5707aecefcb4b6363162f593243b074e23d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 30 Oct 2017 15:29:30 +0100 Subject: [PATCH] Include the required standard headers used in archives unit test These files are currently implicitly included from other headers, but we shouldn't rely on this and include them explicitly as we use std::map<> and std::auto_ptr<> in this header. No real changes. --- tests/archive/archivetest.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/archive/archivetest.h b/tests/archive/archivetest.h index 7a1a306ee0..8e77edff84 100644 --- a/tests/archive/archivetest.h +++ b/tests/archive/archivetest.h @@ -14,6 +14,8 @@ #include "wx/archive.h" #include "wx/wfstream.h" +#include +#include /////////////////////////////////////////////////////////////////////////////// // Bit flags for options for the tests