Skip to content
Snippets Groups Projects
Commit 92e76247 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Fix for windows build

parent 21e24f98
No related branches found
No related tags found
1 merge request!127Implements #196 stream capturing
Pipeline #15261 passed
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
#include <ftl/codecs/writer.hpp> #include <ftl/codecs/writer.hpp>
#include <ftl/codecs/reader.hpp> #include <ftl/codecs/reader.hpp>
#include <sstream>
using ftl::codecs::Writer; using ftl::codecs::Writer;
using ftl::codecs::Reader; using ftl::codecs::Reader;
using ftl::codecs::StreamPacket; using ftl::codecs::StreamPacket;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment