Skip to content

Commit 76626e4

Browse files
authored
Merge pull request #251 from thomas-brunel/fix/missing_include
[json-JsonValidator] Clang - Add missing include <string>
2 parents b907068 + d13764b commit 76626e4

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)