Remove all use of stringstream in an attempt to fix
[dcpomatic.git] / src / lib / json_server.h
index 5d1cb049209b6f102b28aeab22f86d8726f4a675..996b9bf79eb1077fe7db19346c2ca3ccfe7ccfa0 100644 (file)
@@ -18,6 +18,8 @@
 
 */
 
+#include <boost/asio.hpp>
+
 class JSONServer
 {
 public:
@@ -28,5 +30,3 @@ private:
        void handle (boost::shared_ptr<boost::asio::ip::tcp::socket> socket);
        void request (std::string url, boost::shared_ptr<boost::asio::ip::tcp::socket> socket);
 };
-
-