From eb0ab8bd4bed75345d96b1958eaa319ed0dcb229 Mon Sep 17 00:00:00 2001 From: Daan Kolthof Date: Sun, 23 Apr 2023 19:00:57 +0100 Subject: [PATCH] Fix deprecation of boost/progress.hpp --- example/fr_layout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/fr_layout.cpp b/example/fr_layout.cpp index bc545719..71d72385 100644 --- a/example/fr_layout.cpp +++ b/example/fr_layout.cpp @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include using namespace boost;