Skip to content

Commit f90ab05

Browse files
committed
Adding <cstdlib> include for standards compliance.
1 parent 7906db1 commit f90ab05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/network/test/hello_world.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// http://www.boost.org/LICENSE_1_0.txt)
66
//
77

8+
#include <cstdlib>
89
#include <boost/network/protocol/http/server.hpp>
910
#include <boost/assign/list_of.hpp>
1011
#include <boost/lexical_cast.hpp>

0 commit comments

Comments
 (0)