Remove Stream
[folly.git] / folly / experimental / exception_tracer / ExceptionTracer.h
index b742f190c6c779880136b924929c2f0658b7055f..ded9a1917b6f442dde48a747e34a67a0cf132e41 100644 (file)
@@ -23,6 +23,7 @@
 #include <vector>
 #include <iostream>
 
+namespace folly {
 namespace exception_tracer {
 
 struct ExceptionInfo {
@@ -47,6 +48,7 @@ std::vector<ExceptionInfo> getCurrentExceptions();
 void installHandlers();
 
 }  // namespace exception_tracer
+}  // namespace folly
 
 #endif /* FOLLY_EXPERIMENTAL_EXCEPTION_TRACER_EXCEPTIONTRACER_H_ */