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.
This commit is contained in:
Vadim Zeitlin 2017-10-30 15:29:30 +01:00
parent 7b10210763
commit 9d0df5707a

View File

@ -14,6 +14,8 @@
#include "wx/archive.h"
#include "wx/wfstream.h"
#include <map>
#include <memory>
///////////////////////////////////////////////////////////////////////////////
// Bit flags for options for the tests