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.
12 lines
289 B
C++
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"
|
|
|