Skip to content

Commit d13764b

Browse files
committed
[json-JsonValidator] Clang - Add missing include <string>
Signed-off-by: Thomas BRUNEL <[email protected]>
1 parent 45c211b commit d13764b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/json/JsonValidator.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ along with OpenOCPP. If not, see <http://www.gnu.org/licenses/>.
2222
#include "json.h"
2323

2424
#include <memory>
25+
#include <string>
2526

2627
namespace ocpp
2728
{

0 commit comments

Comments
 (0)