summaryrefslogtreecommitdiffstats
path: root/common/storage_lmdb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/storage_lmdb.cpp')
-rw-r--r--common/storage_lmdb.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/storage_lmdb.cpp b/common/storage_lmdb.cpp
index 49f30b5..227d52e 100644
--- a/common/storage_lmdb.cpp
+++ b/common/storage_lmdb.cpp
@@ -32,6 +32,11 @@
32#include <lmdb.h> 32#include <lmdb.h>
33#include "log.h" 33#include "log.h"
34 34
35#ifdef Q_OS_WIN
36#include <BaseTsd.h>
37typedef SSIZE_T ssize_t;
38#endif
39
35namespace Sink { 40namespace Sink {
36namespace Storage { 41namespace Storage {
37 42