Skip to content

Commit b303278

Browse files
committed
Add include header to async docs
1 parent f064452 commit b303278

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/systems/async.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ PrivateDependencyModuleNames.AddRange(new string[]
2323
});
2424
```
2525

26-
For all of these APIs, you will need to include the appropriate namespace:
26+
For all of these APIs, you will need to include the correct headers and the appropriate namespace:
2727

2828
```cpp
29+
#include "RedpointEOSAsync/Task.h"
30+
2931
using namespace ::Redpoint::EOS::Async;
3032
```
3133

0 commit comments

Comments
 (0)