Core/Database: Remove future/promise typedefs from a public header (these are internal to database project)

This commit is contained in:
Shauren
2024-06-12 21:41:29 +02:00
parent 00efee9ca1
commit 7fcb126fcb
13 changed files with 24 additions and 24 deletions

View File

@@ -24,6 +24,7 @@
#include <memory>
#include <mutex>
#include <string>
#include <thread>
#include <vector>
class MySQLPreparedStatement;