X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Fexperimental%2Fexception_tracer%2FExceptionTracer.h;h=ded9a1917b6f442dde48a747e34a67a0cf132e41;hb=d8c1a8c069f29498ea6db6094837042c2744913a;hp=b742f190c6c779880136b924929c2f0658b7055f;hpb=a0b4accedcdea0d5aef99406d85a7003e33c8864;p=folly.git diff --git a/folly/experimental/exception_tracer/ExceptionTracer.h b/folly/experimental/exception_tracer/ExceptionTracer.h index b742f190..ded9a191 100644 --- a/folly/experimental/exception_tracer/ExceptionTracer.h +++ b/folly/experimental/exception_tracer/ExceptionTracer.h @@ -23,6 +23,7 @@ #include #include +namespace folly { namespace exception_tracer { struct ExceptionInfo { @@ -47,6 +48,7 @@ std::vector getCurrentExceptions(); void installHandlers(); } // namespace exception_tracer +} // namespace folly #endif /* FOLLY_EXPERIMENTAL_EXCEPTION_TRACER_EXCEPTIONTRACER_H_ */