We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f064452 commit b303278Copy full SHA for b303278
1 file changed
docs/systems/async.md
@@ -23,9 +23,11 @@ PrivateDependencyModuleNames.AddRange(new string[]
23
});
24
```
25
26
-For all of these APIs, you will need to include the appropriate namespace:
+For all of these APIs, you will need to include the correct headers and the appropriate namespace:
27
28
```cpp
29
+#include "RedpointEOSAsync/Task.h"
30
+
31
using namespace ::Redpoint::EOS::Async;
32
33
0 commit comments