Skip to content

Commit

Permalink
Fixed some includes which where not there
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koefferlein committed Aug 23, 2023
1 parent 5075cad commit 87fcbbe
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/db/db/dbTriangle.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
#include "tlObjectCollection.h"
#include "tlList.h"

#include <vector>
#include <string>
#include <list>
#include <algorithm>

namespace db
{

Expand Down
3 changes: 3 additions & 0 deletions src/db/db/dbTriangles.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
#include "tlTimer.h"

#include <set>
#include <memory>
#include <vector>
#include <map>

namespace db
{
Expand Down
5 changes: 5 additions & 0 deletions src/db/db/dbTriangles.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
#include "tlObjectCollection.h"
#include "tlStableVector.h"

#include <limits>
#include <list>
#include <vector>
#include <algorithm>

namespace db
{

Expand Down

0 comments on commit 87fcbbe

Please sign in to comment.