diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-03-11 17:51:55 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-03-11 17:51:55 +0000 |
commit | 7ef36cff963bf1153dc696f76498eb7a97943bc2 (patch) | |
tree | f0d28a6fc84ae9d716eb34bc42ad5c3d8caa7d1b /plugins/CrashDumper/src/stdafx.h | |
parent | d057bf7eefb42a56e968f0217704de278c10a14c (diff) |
CrashDumper: current databse driver to vi
git-svn-id: http://svn.miranda-ng.org/main/trunk@16463 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CrashDumper/src/stdafx.h')
-rw-r--r-- | plugins/CrashDumper/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CrashDumper/src/stdafx.h b/plugins/CrashDumper/src/stdafx.h index 88427dda74..64b86b2da7 100644 --- a/plugins/CrashDumper/src/stdafx.h +++ b/plugins/CrashDumper/src/stdafx.h @@ -35,6 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_popup.h>
#include <m_netlib.h>
#include <m_string.h>
+#include <m_db_int.h>
#include "m_folders.h"
#include "m_toptoolbar.h"
|