1
0
Fork 0
forked from blue/lmdbal

some fixes to help build in nested project

This commit is contained in:
Blue 2022-10-10 23:51:48 +03:00
parent ceb6df6eca
commit e7f1d48db6
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
4 changed files with 10 additions and 1 deletions

View file

@ -17,6 +17,8 @@
#ifndef CORE_DATABASE_SERIALIZER_H
#define CORE_DATABASE_SERIALIZER_H
#include <cstring>
#include <QByteArray>
#include <QBuffer>
#include <QDataStream>