Browse Source

Fixed build problem.

yhirose 5 years ago
parent
commit
b251668522
1 changed files with 1 additions and 0 deletions
  1. 1 0
      example/sse.cc

+ 1 - 0
example/sse.cc

@@ -11,6 +11,7 @@
 #include <httplib.h>
 #include <iostream>
 #include <mutex>
+#include <sstream>
 #include <thread>
 
 using namespace httplib;