Add a missing #include. Remove an unnecessary #include.
authorEric Niebler <eniebler@fb.com>
Wed, 18 Jan 2017 17:26:27 +0000 (09:26 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 18 Jan 2017 17:32:56 +0000 (09:32 -0800)
Summary:
'Nuf said.

Depends on D4413112

Reviewed By: yfeldblum, spacedentist

Differential Revision: D4425605

fbshipit-source-id: a7c98867cfa5c859a1b4d2eb78724710c4f1115f

folly/io/async/AsyncSocketException.h
folly/io/async/ssl/SSLErrors.h

index 0fc1f4b55926c1a4ccce65d4bb08f044ad69a2b3..2033be05441d59bfa540dc0744a20af8c935f097 100644 (file)
@@ -16,6 +16,8 @@
 
 #pragma once
 
+#include <stdexcept>
+
 #include <folly/Format.h>
 #include <folly/io/async/DelayedDestruction.h>
 
index 8c812766fe58c19238758bdc8851fc24a828ed37..2d37c49c0ab1e80eb73761e4eaaafb501a3712aa 100644 (file)
@@ -15,7 +15,6 @@
  */
 #pragma once
 
-#include <folly/Optional.h>
 #include <folly/io/async/AsyncSocketException.h>
 
 namespace folly {