This commit is contained in:
an-tao 2018-05-30 14:00:54 +08:00
commit bbfaf4ac7a
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include <iostream>
#include <fstream>
#include <string>
#include <algorithm>
static const std::string cxx_include="<%inc";
static const std::string cxx_end="%>";
static const std::string cxx_lang="<%c++";

View File

@ -17,6 +17,7 @@
#include <thread>
#include <mutex>
#include <vector>
namespace drogon
{