From: Igor Maravic <[email protected]> Added missing include <stack>, so Xorp could be compiled with debug_cb set to true
Signed-off-by: Igor Maravic <[email protected]> --- xorp/libxorp/callback.cc | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/xorp/libxorp/callback.cc b/xorp/libxorp/callback.cc index 06c2051..7df483d 100644 --- a/xorp/libxorp/callback.cc +++ b/xorp/libxorp/callback.cc @@ -35,6 +35,10 @@ #ifdef DEBUG_CALLBACKS +#ifndef XORP_USE_USTL +#include <stack> +#endif + #include "libxorp/xlog.h" #include "libxorp/callback.hh" #include "libxorp/c_format.hh" -- 1.7.5.4 _______________________________________________ Xorp-hackers mailing list [email protected] http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
