diff --git a/EventMonitor/ETWLog.h b/EventMonitor/ETWLog.h index bf42131..59f77b6 100644 --- a/EventMonitor/ETWLog.h +++ b/EventMonitor/ETWLog.h @@ -31,6 +31,7 @@ class wxPersistentETWListCtrl; #include #include +#include #include #include @@ -307,8 +308,8 @@ protected: guidset m_sources; ///< Set of enabled sources wxListItemAttr m_item_attr[2][4]; ///< Current item attributes - winstd::vector_queue m_rec_db; ///< Event record database - winstd::vector_queue m_rec_idx; ///< Event record database indices of shown records + stdex::vector_queue m_rec_db; ///< Event record database + stdex::vector_queue m_rec_idx; ///< Event record database indices of shown records size_t m_col_format_width[5]; ///< Column widths for pre-formatted row display (0 = unlimited) }; diff --git a/lib/WinStd b/lib/WinStd index 918cdb9..2bfb369 160000 --- a/lib/WinStd +++ b/lib/WinStd @@ -1 +1 @@ -Subproject commit 918cdb9cd628865936233ef6871113c9f79b3da5 +Subproject commit 2bfb369692354d17ba425ae9e1faa149c194ebdc