mirror of
https://github.com/ohwgiles/laminar.git
synced 2024-10-27 20:34:20 +00:00
add missing #includes
New compiler version exposed missing header files resolves #123
This commit is contained in:
parent
eadcdbdf9c
commit
6c61fb3111
@ -19,6 +19,7 @@
|
|||||||
#ifndef LAMINAR_CONF_H_
|
#ifndef LAMINAR_CONF_H_
|
||||||
#define LAMINAR_CONF_H_
|
#define LAMINAR_CONF_H_
|
||||||
|
|
||||||
|
#include <string>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
|
||||||
class StringMap : public std::unordered_map<std::string, std::string> {
|
class StringMap : public std::unordered_map<std::string, std::string> {
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
#include <capnp/message.h>
|
#include <capnp/message.h>
|
||||||
#include <capnp/capability.h>
|
#include <capnp/capability.h>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
struct Laminar;
|
struct Laminar;
|
||||||
struct Http;
|
struct Http;
|
||||||
|
Loading…
Reference in New Issue
Block a user