From dda325bbbf7625df2b0731721d84682179fb55a9 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Sat, 13 May 2023 16:12:02 +0200 Subject: [PATCH] allow to compile with gcc 12 --- winixd/utils/acceptbaseparser.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/winixd/utils/acceptbaseparser.cpp b/winixd/utils/acceptbaseparser.cpp index b58a572..722c488 100644 --- a/winixd/utils/acceptbaseparser.cpp +++ b/winixd/utils/acceptbaseparser.cpp @@ -5,7 +5,7 @@ */ /* - * Copyright (c) 2008-2022, Tomasz Sowa + * Copyright (c) 2008-2023, Tomasz Sowa * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,6 +34,7 @@ #include "acceptbaseparser.h" #include "convert/convert.h" +#include namespace Winix