Skip to content

Commit 3b81dac

Browse files
committed
logging: Move easylogging++.h to include/pfasst.
Signed-off-by: Matthew Emmett <[email protected]>
1 parent 3eb4746 commit 3b81dac

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

include/pfasst/logging.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const string OUT::reset = "\033[0m";
5555
#define _ELPP_DISABLE_LOGS
5656
#endif
5757

58-
#include <easylogging++.h>
58+
#include <pfasst/easylogging++.h>
5959

6060
#ifndef PFASST_LOGGER_INITIALIZED
6161
// initialize easyloggingpp

0 commit comments

Comments
 (0)