add missing #includes

New compiler version exposed missing header files

resolves #123
pull/137/head
Oliver Giles 4 years ago
parent eadcdbdf9c
commit 6c61fb3111

@ -19,6 +19,7 @@
#ifndef LAMINAR_CONF_H_
#define LAMINAR_CONF_H_
#include <string>
#include <unordered_map>
class StringMap : public std::unordered_map<std::string, std::string> {

@ -24,6 +24,7 @@
#include <capnp/message.h>
#include <capnp/capability.h>
#include <functional>
#include <sys/types.h>
struct Laminar;
struct Http;

Loading…
Cancel
Save