Skip to content

Commit 8585d0e

Browse files
author
Sebastiano Merlino
committed
Preparing the ground for clang compilation
Included .h files needed by clang in http_resource and http_response
1 parent b78bac6 commit 8585d0e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/http_resource.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@
1717
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
1919
*/
20+
21+
#include <stdlib.h>
22+
2023
#include "http_resource.hpp"
2124
#include "http_utils.hpp"
2225
#include "http_request.hpp"
2326
#include "http_response.hpp"
27+
#include "details/event_tuple.hpp"
2428
#include "webserver.hpp"
2529
#include "string_utilities.hpp"
2630

src/http_response.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
#include <fcntl.h>
2626
#include <unistd.h>
2727
#include "http_utils.hpp"
28+
#include "details/http_resource_mirror.hpp"
29+
#include "details/event_tuple.hpp"
2830
#include "webserver.hpp"
2931
#include "http_response.hpp"
3032

0 commit comments

Comments
 (0)