Add TLS 1.2+ version for contexts
[folly.git] / folly / io / async / AsyncSocketException.h
index fe087e8f7342ddf179b1a6a67156477b136b3b3a..7732b56295505a111eb074fde051f3993930ed5e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2017 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -16,6 +16,8 @@
 
 #pragma once
 
+#include <stdexcept>
+
 #include <folly/Format.h>
 #include <folly/io/async/DelayedDestruction.h>
 
@@ -122,4 +124,4 @@ class AsyncSocketException : public std::runtime_error {
   }
 };
 
-} // folly
+} // namespace folly