summaryrefslogtreecommitdiff
path: root/src/cgi.cc
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2015-05-28 21:26:00 +0200
committerJoel Klinghed <the_jk@yahoo.com>2015-05-28 21:26:00 +0200
commitba57700c8ce8fc4e0641ff3052ceea6f5ccf8295 (patch)
treee615b58652c1315a6e426bf81affff46e40e4b17 /src/cgi.cc
parentb5a0e93f400d75ddef67c21c35878cfafee56e1a (diff)
Add missing include
Diffstat (limited to 'src/cgi.cc')
-rw-r--r--src/cgi.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cgi.cc b/src/cgi.cc
index 5c9e97b..edca4fe 100644
--- a/src/cgi.cc
+++ b/src/cgi.cc
@@ -5,6 +5,7 @@
#include <fcgio.h>
#endif
#include <iostream>
+#include <memory>
#include "cgi.hh"
#include "header_parser.hh"