Add include statement for std::function to try to make Windows build happy
This commit is contained in:
parent
2203ba6c8f
commit
09624aeec9
|
@ -26,6 +26,8 @@
|
|||
#include "FastRef.h"
|
||||
#include "Trace.h"
|
||||
|
||||
#include <functional>
|
||||
|
||||
class FileTraceLogWriter : public ITraceLogWriter, ReferenceCounted<FileTraceLogWriter> {
|
||||
private:
|
||||
std::string directory;
|
||||
|
|
Loading…
Reference in New Issue