Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ce42624
)
Add a missing include to fix compilation on Ubuntu 8.10
author
David Reiss
<dreiss@apache.org>
Wed, 22 Oct 2008 22:07:00 +0000
(22:07 +0000)
committer
David 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
patch
|
blob
|
history
diff --git
a/compiler/cpp/src/generate/t_oop_generator.h
b/compiler/cpp/src/generate/t_oop_generator.h
index
3150954
..
46fb8fb
100644
(file)
--- a/
compiler/cpp/src/generate/t_oop_generator.h
+++ b/
compiler/cpp/src/generate/t_oop_generator.h
@@
-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.