Add a missing #include. Remove an unnecessary #include.
[folly.git] / folly / io / async / AsyncSocketException.h
index 0fc1f4b55926c1a4ccce65d4bb08f044ad69a2b3..2033be05441d59bfa540dc0744a20af8c935f097 100644 (file)
@@ -16,6 +16,8 @@
 
 #pragma once
 
 
 #pragma once
 
+#include <stdexcept>
+
 #include <folly/Format.h>
 #include <folly/io/async/DelayedDestruction.h>
 
 #include <folly/Format.h>
 #include <folly/io/async/DelayedDestruction.h>