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

@ -19,6 +19,8 @@
#include <stdexcept>
#include <string>
#include <optional>
#include "database.h"
class DataBase::Exception : public std::exception