Skip to content

Commit 63ae7f1

Browse files
authored
Namespace wrap CJSON (aws#40)
* Namespace wrap
1 parent 7a7d4ea commit 63ae7f1

File tree

3 files changed

+2036
-2435
lines changed

3 files changed

+2036
-2435
lines changed

include/aws/crt/JsonObject.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
#include <aws/crt/StlAllocator.h>
1717
#include <aws/crt/Types.h>
1818

19-
struct cJSON;
20-
2119
namespace Aws
2220
{
21+
struct cJSON;
22+
2323
namespace Crt
2424
{
2525
class JsonView;

0 commit comments

Comments
 (0)