added missing include of exception (#1752)

This commit is contained in:
Matthias Bilger 2024-01-01 00:59:43 +01:00 committed by GitHub
parent 55e99c4030
commit 65218ce222
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -210,6 +210,7 @@ using socket_t = int;
#include <condition_variable>
#include <cstring>
#include <errno.h>
#include <exception>
#include <fcntl.h>
#include <fstream>
#include <functional>