diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2018-12-28 14:39:15 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2018-12-28 14:39:15 +0300 |
commit | 6e0d3b81517f36725d2edbffcadd3e5e1ad92438 (patch) | |
tree | 9053fb91794f6f429894060012339ea5ab8cbf51 /plugins/MyDetails/src/stdafx.h | |
parent | a63e68f4047e60f85597ce052c23563228c1af78 (diff) |
CrashDumper: cleanup
MyDetails: moved to m_gui
Diffstat (limited to 'plugins/MyDetails/src/stdafx.h')
-rw-r--r-- | plugins/MyDetails/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/MyDetails/src/stdafx.h b/plugins/MyDetails/src/stdafx.h index af7275116a..c1a073d0eb 100644 --- a/plugins/MyDetails/src/stdafx.h +++ b/plugins/MyDetails/src/stdafx.h @@ -39,6 +39,7 @@ Boston, MA 02111-1307, USA. #include <m_icolib.h>
#include <m_cluiframes.h>
#include <win2k.h>
+#include <m_gui.h>
#include <m_proto_listeningto.h>
#include <m_listeningto.h>
|