do not include iostream from Range.h
[folly.git] / folly / experimental / exception_tracer / ExceptionTracer.h
index 84800bf3939a0bd23b1e39137574a1ed94a6be7e..809d81af82e2d4cdebef7a94cc3050f3851d08e5 100644 (file)
@@ -20,7 +20,8 @@
 #ifndef FOLLY_EXPERIMENTAL_EXCEPTION_TRACER_EXCEPTIONTRACER_H_
 #define FOLLY_EXPERIMENTAL_EXCEPTION_TRACER_EXCEPTIONTRACER_H_
 
-#include <iostream>
+#include <cstdint>
+#include <iosfwd>
 #include <typeinfo>
 #include <vector>