aboutsummaryrefslogtreecommitdiff
path: root/src/common/ErrnoException.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/ErrnoException.cpp')
-rw-r--r--src/common/ErrnoException.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/ErrnoException.cpp b/src/common/ErrnoException.cpp
index 15d298b3..731ae3e5 100644
--- a/src/common/ErrnoException.cpp
+++ b/src/common/ErrnoException.cpp
@@ -1,5 +1,7 @@
#include "cru/common/ErrnoException.hpp"
+#include "cru/common/Format.hpp"
+
#include <errno.h>
namespace cru {