Skip to content

Commit a761530

Browse files
committed
Fixed a missing include error.
1 parent ae9ffb5 commit a761530

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

include/json/assertions.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
#ifndef CPPTL_JSON_ASSERTIONS_H_INCLUDED
77
# define CPPTL_JSON_ASSERTIONS_H_INCLUDED
88

9+
#include <stdlib.h>
10+
#include <iostream>
11+
912
#if !defined(JSON_IS_AMALGAMATION)
1013
# include <json/config.h>
1114
#endif // if !defined(JSON_IS_AMALGAMATION)

0 commit comments

Comments
 (0)