Add Optional::value_type
[folly.git] / folly / gen / ParallelMap.h
index 196dfd0b470a09eb0ea5935a1bf74f102c382bbd..66d3aaaefb13096bce6126cdcba370d7088b7b1f 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.
@@ -17,7 +17,7 @@
 #ifndef FOLLY_GEN_PARALLELMAP_H
 #define FOLLY_GEN_PARALLELMAP_H
 
-#include "folly/gen/Core.h"
+#include <folly/gen/Core.h>
 
 namespace folly { namespace gen {
 
@@ -45,6 +45,6 @@ template<class Predicate,
 
 }}  // namespaces
 
-#include "folly/gen/ParallelMap-inl.h"
+#include <folly/gen/ParallelMap-inl.h>
 
 #endif  // FOLLY_GEN_PARALLELMAP_H