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:
c934268
)
Include <cassert> in main.cc.
author
David Reiss
<dreiss@apache.org>
Thu, 27 Mar 2008 21:39:52 +0000
(21:39 +0000)
committer
David Reiss
<dreiss@apache.org>
Thu, 27 Mar 2008 21:39:52 +0000
(21:39 +0000)
We are doing an assert in main, but the assert header is being pulled in
by an include that is about to go. Make it explicit.
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665587
13f79535
-47bb-0310-9956-
ffa450edef68
compiler/cpp/src/main.cc
patch
|
blob
|
history
diff --git
a/compiler/cpp/src/main.cc
b/compiler/cpp/src/main.cc
index
e44c9b3
..
6b80ff5
100644
(file)
--- a/
compiler/cpp/src/main.cc
+++ b/
compiler/cpp/src/main.cc
@@
-15,6
+15,7
@@
* @author Mark Slee <mcslee@facebook.com>
*/
+#include <cassert>
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>