From fc559bcba75cb270385ffa194aed521e33e8b5ee Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Wed, 11 Nov 2020 16:53:52 +0100 Subject: [PATCH] include rclutil --- src/internfile/mh_html.cpp | 1 + src/internfile/txtdcode.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/internfile/mh_html.cpp b/src/internfile/mh_html.cpp index 9e776ec3..e64a3eae 100644 --- a/src/internfile/mh_html.cpp +++ b/src/internfile/mh_html.cpp @@ -26,6 +26,7 @@ #include "indextext.h" #include "mh_html.h" #include "smallut.h" +#include "rclutil.h" #include "md5ut.h" #include diff --git a/src/internfile/txtdcode.cpp b/src/internfile/txtdcode.cpp index dcf8deca..01287cd3 100644 --- a/src/internfile/txtdcode.cpp +++ b/src/internfile/txtdcode.cpp @@ -22,6 +22,7 @@ #include "mimehandler.h" #include "log.h" #include "smallut.h" +#include "rclutil.h" #include "listmem.h" #ifdef _WIN32