mirror of https://github.com/KLayout/klayout.git
Fixed some includes which where not there
This commit is contained in:
parent
5075cad46a
commit
87fcbbecfa
|
|
@ -32,6 +32,11 @@
|
|||
#include "tlObjectCollection.h"
|
||||
#include "tlList.h"
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <list>
|
||||
#include <algorithm>
|
||||
|
||||
namespace db
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -29,6 +29,9 @@
|
|||
#include "tlTimer.h"
|
||||
|
||||
#include <set>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
namespace db
|
||||
{
|
||||
|
|
|
|||
|
|
@ -33,6 +33,11 @@
|
|||
#include "tlObjectCollection.h"
|
||||
#include "tlStableVector.h"
|
||||
|
||||
#include <limits>
|
||||
#include <list>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
|
||||
namespace db
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue