diff options
Diffstat (limited to 'src/client/HTTPEngineSender.hpp')
-rw-r--r-- | src/client/HTTPEngineSender.hpp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/client/HTTPEngineSender.hpp b/src/client/HTTPEngineSender.hpp index fedcd4fd..bd8d3e23 100644 --- a/src/client/HTTPEngineSender.hpp +++ b/src/client/HTTPEngineSender.hpp @@ -19,12 +19,16 @@ #define INGEN_CLIENT_HTTPENGINESENDER_HPP #include <inttypes.h> + #include <string> -#include <libsoup/soup.h> + #include "raul/Path.hpp" -#include "interface/EngineInterface.hpp" #include "redlandmm/World.hpp" +#include "interface/EngineInterface.hpp" + +typedef struct _SoupSession SoupSession; + namespace Ingen { namespace Shared { class World; } |