From 560c7d2ef64144790def2cd7937838a03fb98df1 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Mon, 11 Nov 2019 20:56:04 +0300 Subject: [PATCH] Change header file to include --- examples/registry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/registry.cpp b/examples/registry.cpp index 46e4736..1dcb2f7 100644 --- a/examples/registry.cpp +++ b/examples/registry.cpp @@ -11,7 +11,7 @@ */ #include -#include +#include //<- // Making `#include ` visible in docs, while actually using `BOOST_TEST` // instead of `assert`. This is required to verify correct behavior even if NDEBUG