From 0a0795328ffd3013242e7220cbb12070d788285d Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Wed, 11 Feb 2015 20:21:40 -0500 Subject: [PATCH] Add missing includes. --- beast/nudb/detail/format.h | 1 + 1 file changed, 1 insertion(+) diff --git a/beast/nudb/detail/format.h b/beast/nudb/detail/format.h index 0d1179d3b1..394177e018 100644 --- a/beast/nudb/detail/format.h +++ b/beast/nudb/detail/format.h @@ -21,6 +21,7 @@ #define BEAST_NUDB_DETAIL_FORMAT_H_INCLUDED #include +#include #include #include #include // for BEAST_CONSTEXPR