Fix g++ 14

This commit is contained in:
wincent
2024-06-06 09:37:49 +02:00
parent ac1b00fdaa
commit 87613f287f
3 changed files with 6 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
#include "dConfig.h"
#include <sstream>
#include <algorithm>
#include "BinaryPathFinder.h"
#include "GeneralUtils.h"