mirror of https://github.com/KLayout/klayout.git
bugfix: forgot to include tlTimer.h in tlThreads.cc
This commit is contained in:
parent
d81dcb6b22
commit
5bda390d82
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include "tlThreads.h"
|
||||
#include "tlUtils.h"
|
||||
#include "tlTimer.h"
|
||||
#include "tlLog.h"
|
||||
#include "tlInternational.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@
|
|||
|
||||
|
||||
#include "tlTimer.h"
|
||||
#include "tlUtils.h"
|
||||
#include "tlLog.h"
|
||||
#include "tlString.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue