aboutsummaryrefslogtreecommitdiff
path: root/include/CommandFailedException.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/CommandFailedException.h')
-rw-r--r--include/CommandFailedException.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/CommandFailedException.h b/include/CommandFailedException.h
index 9b0c59e..8bcdcae 100644
--- a/include/CommandFailedException.h
+++ b/include/CommandFailedException.h
@@ -7,7 +7,7 @@
#include <exception>
#include <cstdint>
-#include <log.h>
+#include "log.h"
class CommandFailedException : public std::exception {
public: