Avoid compilation error with GCC 12

Make operator<< for iteratable objects visible prior to call site like it
is already done in other places.
This commit is contained in:
Martchus 2022-05-12 21:01:58 +02:00
parent 438fccd6cd
commit f37739ec07
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#include <c++utilities/io/misc.h>
#include <c++utilities/tests/testutils.h>
using CppUtilities::operator<<; // must be visible prior to the call site
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>