From 80b2b7456b1ad38af232c2e706141cd035348f94 Mon Sep 17 00:00:00 2001 From: Reece Wilson Date: Thu, 28 Oct 2021 21:05:09 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3cb9f70..d60922e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ ### Include ```c++ using AuString = std::string; // Applications in the Aurora ecosystem do not need this line +#include #include ```