Fixed some includes which where not there

This commit is contained in:
Matthias Koefferlein 2023-08-23 21:47:06 +02:00
parent 5075cad46a
commit 87fcbbecfa
3 changed files with 13 additions and 0 deletions

View File

@ -32,6 +32,11 @@
#include "tlObjectCollection.h" #include "tlObjectCollection.h"
#include "tlList.h" #include "tlList.h"
#include <vector>
#include <string>
#include <list>
#include <algorithm>
namespace db namespace db
{ {

View File

@ -29,6 +29,9 @@
#include "tlTimer.h" #include "tlTimer.h"
#include <set> #include <set>
#include <memory>
#include <vector>
#include <map>
namespace db namespace db
{ {

View File

@ -33,6 +33,11 @@
#include "tlObjectCollection.h" #include "tlObjectCollection.h"
#include "tlStableVector.h" #include "tlStableVector.h"
#include <limits>
#include <list>
#include <vector>
#include <algorithm>
namespace db namespace db
{ {