summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-09-16 14:11:32 +0200
committerCarl Hetherington <cth@carlh.net>2025-09-16 14:11:32 +0200
commit81b7a682585d35e8077feffef28d605bef746107 (patch)
treeafcef7af66b57c0f4def04e54011344f584422c7 /test
parent3b95566292358924dabb7b11d0abcb849c68769b (diff)
Move {HTML/Text}Formatter out to their own files.
Diffstat (limited to 'test')
-rw-r--r--test/verify_report_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/verify_report_test.cc b/test/verify_report_test.cc
index ddc7eacf..8dcd1170 100644
--- a/test/verify_report_test.cc
+++ b/test/verify_report_test.cc
@@ -19,6 +19,8 @@
*/
+#include "html_formatter.h"
+#include "text_formatter.h"
#include "verify.h"
#include "verify_report.h"
#include <boost/test/unit_test.hpp>