allow to compile with gcc 12

This commit is contained in:
Tomasz Sowa 2023-05-13 16:12:02 +02:00
parent c326c2a095
commit dda325bbbf
Signed by: tomasz.sowa
GPG Key ID: 662CC1438638588B
1 changed files with 2 additions and 1 deletions

View File

@ -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 <algorithm>
namespace Winix