Add a missing include to fix compilation on Ubuntu 8.10
authorDavid Reiss <dreiss@apache.org>
Wed, 22 Oct 2008 22:07:00 +0000 (22:07 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 22 Oct 2008 22:07:00 +0000 (22:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@707212 13f79535-47bb-0310-9956-ffa450edef68

compiler/cpp/src/generate/t_oop_generator.h

index 3150954..46fb8fb 100644 (file)
@@ -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.