Fix copyright lines
[folly.git] / folly / fibers / BatchDispatcher.h
index 65940ea66460ce8cf4c0c3d989d12aeb6add8ca1..6cabc200faa721f5ccd5f8f14e343db7a8d92630 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2016-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  */
 #pragma once
 
+#include <folly/Function.h>
 #include <folly/futures/Future.h>
 #include <folly/futures/Promise.h>
+#include <exception>
+#include <memory>
+#include <stdexcept>
+#include <vector>
 
 namespace folly {
 namespace fibers {
@@ -130,5 +135,5 @@ class BatchDispatcher {
   ExecutorT& executor_;
   std::shared_ptr<DispatchState> state_;
 };
-}
-}
+} // namespace fibers
+} // namespace folly