Add missed header file.

This commit is contained in:
ipknHama 2017-09-17 12:52:37 +09:00
parent 13fdc9390b
commit f35089b2aa

View File

@ -1,5 +1,6 @@
#pragma once
#include <boost/algorithm/string/predicate.hpp>
#include <boost/array.hpp>
#include "crow/socket_adaptors.h"
#include "crow/http_request.h"
#include "crow/TinySHA1.hpp"