Fix a typo and thus FTBFS from the previous commit.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 69779eb81c)
r14.1.x
Slávek Banko 1 year ago
parent baa9fc2208
commit 6220155d06
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -31,7 +31,7 @@
#include <mimelib/string.h>
#endif
#if defined(__linux__))
#if defined(__linux__)
#include <iosfwd>
#endif

@ -51,7 +51,7 @@
// classes are fairly simple and efficient.
// In addition, polymorphism is not needed to use the tokenizer classes.
#if defined(__linux__))
#if defined(__linux__)
#include <iosfwd>
#endif

Loading…
Cancel
Save