fixes for bundled LMDBAL build
This commit is contained in:
parent
0be2648849
commit
829777935f
2 changed files with 4 additions and 5 deletions
|
@ -27,12 +27,11 @@
|
|||
#include "shared/enums.h"
|
||||
#include "shared/message.h"
|
||||
#include "shared/exception.h"
|
||||
#include <lmdb.h>
|
||||
#include <list>
|
||||
|
||||
#include <lmdbal/base.h>
|
||||
#include <lmdbal/storage.h>
|
||||
#include <lmdbal/cursor.h>
|
||||
#include <base.h>
|
||||
#include <storage.h>
|
||||
#include <cursor.h>
|
||||
|
||||
namespace Core {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue