소스 검색

Fixed build problem.

yhirose 6 년 전
부모
커밋
b251668522
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;