diff options
author | George Hazan <george.hazan@gmail.com> | 2015-03-11 22:04:58 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-03-11 22:04:58 +0000 |
commit | 6dfb8adb67adb1c01105804e329fcd4a2b152c06 (patch) | |
tree | ab8371809437508a19ce524eef625c0e3fe89f75 /include/m_popup.h | |
parent | e27c16fd6a4a1f5b1191c0fd68c53ae459df386d (diff) |
all database functions moved to m_database.h
git-svn-id: http://svn.miranda-ng.org/main/trunk@12385 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_popup.h')
-rw-r--r-- | include/m_popup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_popup.h b/include/m_popup.h index 4729af7833..827615c902 100644 --- a/include/m_popup.h +++ b/include/m_popup.h @@ -18,6 +18,8 @@ them! #ifndef M_POPUP_H
#define M_POPUP_H
+#include <m_database.h>
+
/*
NOTE! Since Popup 1.0.1.2 there is a main meun group called "Popups" where I
have put a "Enable/Disable" item. You can add your own "enable/disable" items
|