correcting include style

This commit is contained in:
Stefan Csomor 2020-04-26 15:55:51 +02:00
parent a235f8e04c
commit dc93ff1967

View File

@ -9,7 +9,7 @@
/////////////////////////////////////////////////////////////////////////////
#include "wx/hashmap.h"
#include <wx/vector.h>
#include "wx/vector.h"
WX_DECLARE_HASH_MAP(unsigned, wxString, wxIntegerHash, wxIntegerEqual,
IntToStringMap);