Skip to content

Commit e8cf540

Browse files
authored
Update webserver.cpp
Needs include of _gnutls.h_ if HAVE_GNUTLS is defined.
1 parent cd3968b commit e8cf540

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/webserver.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
#include <utility>
4848
#include <vector>
4949

50+
#ifdef HAVE_GNUTLS
51+
#include<gnutls.h>
52+
#endif
53+
5054
#include "httpserver/create_webserver.hpp"
5155
#include "httpserver/details/http_endpoint.hpp"
5256
#include "httpserver/details/modded_request.hpp"

0 commit comments

Comments
 (0)