mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 16:22:45 +03:00
chore(db): add missing include
This commit is contained in:
parent
aa70c1c5bf
commit
db149e73a6
@ -1,6 +1,8 @@
|
|||||||
#ifndef DB_I_DATABASE_HPP
|
#ifndef DB_I_DATABASE_HPP
|
||||||
#define DB_I_DATABASE_HPP
|
#define DB_I_DATABASE_HPP
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
template <class T>
|
template <class T>
|
||||||
class IDatabase {
|
class IDatabase {
|
||||||
public:
|
public:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user