bugfix: forgot to include tlTimer.h in tlThreads.cc

This commit is contained in:
Thomas Ferreira de Lima 2018-07-31 17:37:52 -04:00 committed by Thomas Ferreira de Lima
parent d81dcb6b22
commit 5bda390d82
No known key found for this signature in database
GPG Key ID: 43E98870EAA0A86E
2 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,7 @@
#include "tlThreads.h"
#include "tlUtils.h"
#include "tlTimer.h"
#include "tlLog.h"
#include "tlInternational.h"

View File

@ -22,7 +22,6 @@
#include "tlTimer.h"
#include "tlUtils.h"
#include "tlLog.h"
#include "tlString.h"