fixes for bundled LMDBAL build

This commit is contained in:
Blue 2024-02-01 13:10:52 -03:00
parent 0be2648849
commit 829777935f
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
2 changed files with 4 additions and 5 deletions

View file

@ -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 {