diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-06-17 14:24:56 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-06-17 14:24:56 +0200 |
commit | 5950cd21ae4ad1b9ddc98a6f1c8716e1627ebbd2 (patch) | |
tree | 617d2af1c25f71fb3511639430a20848c9d8dace /src/Log.cpp | |
parent | e48df9cb5ec9e48cd836ec227127f42c5cc99aa1 (diff) | |
download | dabmod-5950cd21ae4ad1b9ddc98a6f1c8716e1627ebbd2.tar.gz dabmod-5950cd21ae4ad1b9ddc98a6f1c8716e1627ebbd2.tar.bz2 dabmod-5950cd21ae4ad1b9ddc98a6f1c8716e1627ebbd2.zip |
Set custom names to threads
Diffstat (limited to 'src/Log.cpp')
-rw-r--r-- | src/Log.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Log.cpp b/src/Log.cpp index 7d6d6f5..55a4ebf 100644 --- a/src/Log.cpp +++ b/src/Log.cpp @@ -27,6 +27,7 @@ #include <chrono> #include "Log.h" +#include "Utils.h" using namespace std; |