Skip to content

Commit da469c7

Browse files
committed
fix: correct includes in examples/CustomPrinter.cpp
1 parent 1e44ba8 commit da469c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/CustomPrinter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// (See accompanying file LICENSE_1_0.txt or copy at
44
// https://www.boost.org/LICENSE_1_0.txt)
55

6-
#include "mimic++/Printer.hpp"
6+
#include "mimic++/Printing.hpp"
77

88
#include <catch2/catch_test_macros.hpp>
99
#include <catch2/matchers/catch_matchers_string.hpp>

0 commit comments

Comments
 (0)