From dc93ff1967971fc76e8b7b3841a436ce0a781a83 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sun, 26 Apr 2020 15:55:51 +0200 Subject: [PATCH] correcting include style --- samples/dataview/mymodels.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/dataview/mymodels.h b/samples/dataview/mymodels.h index 8cab532f1f..9d113d0ba7 100644 --- a/samples/dataview/mymodels.h +++ b/samples/dataview/mymodels.h @@ -9,7 +9,7 @@ ///////////////////////////////////////////////////////////////////////////// #include "wx/hashmap.h" -#include +#include "wx/vector.h" WX_DECLARE_HASH_MAP(unsigned, wxString, wxIntegerHash, wxIntegerEqual, IntToStringMap);