Skip to content

Commit 14be863

Browse files
authored
Merge pull request #4922 from karkhaz/kk-json-import-fix
Fix #include order in util/json.cpp
2 parents f6ea83c + 866a78f commit 14be863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/json.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Author: Daniel Kroening, [email protected]
88

99
#include "json.h"
1010

11-
#include <ostream>
1211
#include <algorithm>
12+
#include <ostream>
1313

1414
const jsont jsont::null_json_object(jsont::kindt::J_NULL);
1515

0 commit comments

Comments
 (0)