Update Conf.cpp

Fix a compile failure
This commit is contained in:
MW0MWZ 2025-08-20 12:25:14 +01:00 committed by GitHub
parent b06e6b088b
commit e139bde022
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,7 @@
#include <cstdlib>
#include <cstring>
#include <cctype>
#include <cstdint>
const int BUFFER_SIZE = 500;