projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bc33db
)
Fix compilation issue related to Fibers WhenN
author
Matthieu Martin
<matthieu@fb.com>
Fri, 15 Jul 2016 23:49:20 +0000
(16:49 -0700)
committer
Facebook Github Bot 2
<facebook-github-bot-2-bot@fb.com>
Fri, 15 Jul 2016 23:53:26 +0000
(16:53 -0700)
Summary: In a separate diff, I made changes that switched include order, and suddently this file failed to compile. This fixes it.
Reviewed By: andriigrynenko
Differential Revision:
D3574775
fbshipit-source-id:
02422d803708aa8490123d19aab5a16c10fdc36e
folly/fibers/WhenN.h
patch
|
blob
|
history
diff --git
a/folly/fibers/WhenN.h
b/folly/fibers/WhenN.h
index 6f54babad41be34e32cf339401f27da44494ec9a..217ad90a8bdfb68506c01ca74cfb935b05865e13 100644
(file)
--- a/
folly/fibers/WhenN.h
+++ b/
folly/fibers/WhenN.h
@@
-15,6
+15,8
@@
*/
#pragma once
+#include <memory>
+
namespace folly {
namespace fibers {