Update SSLContext to use folly::Random and discrete_distribution
[folly.git] / folly / Lazy.h
index 886a1eb20ed60b268cb3a4015c01bd7fcf9b56b0..bca89d9ab529d1ce484dcd5980f80b1a51d78c9c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
 #include <utility>
 #include <type_traits>
 
-#include "folly/Optional.h"
+#include <folly/Optional.h>
 
 namespace folly {