Skip to content

Commit 866a78f

Browse files
committed
Fix #include order in util/json.cpp
1 parent f6ea83c commit 866a78f

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)