From 5edf43a1d275f46e212d0e11cb1b938e7c0e9486 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Tue, 23 Jul 2019 22:32:32 +0900 Subject: [PATCH] test: add missing include file to test code --- tests/test_format_error.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_format_error.cpp b/tests/test_format_error.cpp index 7e6c290..df558da 100644 --- a/tests/test_format_error.cpp +++ b/tests/test_format_error.cpp @@ -6,6 +6,7 @@ #include #endif #include +#include // to check it successfully compiles. it does not check the formatted string.