Author: dreiss
Date: Wed Oct 22 15:07:00 2008
New Revision: 707212
URL: http://svn.apache.org/viewvc?rev=707212&view=rev
Log:
Add a missing include to fix compilation on Ubuntu 8.10
Modified:
incubator/thrift/trunk/compiler/cpp/src/generate/t_oop_generator.h
Modified: incubator/thrift/trunk/compiler/cpp/src/generate/t_oop_generator.h
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/src/generate/t_oop_generator.h?rev=707212&r1=707211&r2=707212&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/src/generate/t_oop_generator.h
(original)
+++ incubator/thrift/trunk/compiler/cpp/src/generate/t_oop_generator.h Wed Oct
22 15:07:00 2008
@@ -10,6 +10,8 @@
#include "globals.h"
#include "t_generator.h"
+#include <algorithm>
+
/**
* Class with utility methods shared across common object oriented languages.
* Specifically, most of this stuff is for C++/Java.