From 1abefaffb71671724a34db2762b5fc92fc4eaff5 Mon Sep 17 00:00:00 2001 From: Jaroslaw Pelczar Date: Wed, 28 Aug 2019 10:03:42 +0200 Subject: [PATCH] string_utf8_tests.cpp: Add missing include for exit() definition Signed-off-by: Jaroslaw Pelczar Change-Id: I555d9479307747c13b104bc6a99af672641ae2c7 Reviewed-on: https://review.haiku-os.org/c/haiku/+/1766 Reviewed-by: waddlesplash --- src/tests/kits/support/string_utf8_tests.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/kits/support/string_utf8_tests.cpp b/src/tests/kits/support/string_utf8_tests.cpp index 070f467a4a..c043add103 100644 --- a/src/tests/kits/support/string_utf8_tests.cpp +++ b/src/tests/kits/support/string_utf8_tests.cpp @@ -1,4 +1,5 @@ #include +#include #include #include #include