summaryrefslogtreecommitdiff
path: root/plugins/NoHistory/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NoHistory/src/stdafx.h')
-rw-r--r--plugins/NoHistory/src/stdafx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/NoHistory/src/stdafx.h b/plugins/NoHistory/src/stdafx.h
index 5da0cb63ac..82ca708c8a 100644
--- a/plugins/NoHistory/src/stdafx.h
+++ b/plugins/NoHistory/src/stdafx.h
@@ -9,6 +9,7 @@
#include <m_database.h>
#include <m_clist.h>
#include <m_clc.h>
+#include <m_gui.h>
#include <m_langpack.h>
#include <m_protocols.h>
#include <m_options.h>
@@ -29,6 +30,8 @@ struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
+ CMOption<bool> bEnabledForNew;
+
int Load() override;
int Unload() override;
};