aboutsummaryrefslogtreecommitdiff
path: root/src/common/ErrnoException.cpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-18 23:31:10 +0800
committercrupest <crupest@outlook.com>2022-01-18 23:31:10 +0800
commitbcd603a2f3f3e8525f15df1faa85ed1fcbe3a220 (patch)
treea3671ff3871af16576eb8b20258d1699821880cf /src/common/ErrnoException.cpp
parentdadfa6e184ff538763fd627c0d859ec85c047864 (diff)
parent46ced88c30eeb5f84b7fe78a36d18428babe4fcf (diff)
downloadcru-bcd603a2f3f3e8525f15df1faa85ed1fcbe3a220.tar.gz
cru-bcd603a2f3f3e8525f15df1faa85ed1fcbe3a220.tar.bz2
cru-bcd603a2f3f3e8525f15df1faa85ed1fcbe3a220.zip
Merge branch 'dev'
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 {