pkgsrc/www/cppcms/patches/patch-src_util.cpp
joerg e0a449c957 Import cppcms-1.0.4:
CppCMS is a free high performance web development framework.
It uses modern C++ and a design borrowing heavily from frameworks
like Django or Java Servlets to handle very high load levels while
minimizing CPU and memory use.
2013-07-16 10:12:48 +00:00

12 lines
289 B
C++

$NetBSD: patch-src_util.cpp,v 1.1 2013/07/16 10:12:48 joerg Exp $
--- src/util.cpp.orig 2013-01-02 22:26:03.000000000 +0000
+++ src/util.cpp
@@ -10,6 +10,7 @@
#include "http_protocol.h"
#include <stdio.h>
#include <iterator>
+#include <ostream>
#include "md5.h"
#include "tohex.h"