Skip to content

Commit d1c086a

Browse files
committed
Fix include order
1 parent dad6599 commit d1c086a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/osmium_dump_internal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
#include <exception>
3434
#include <iostream> // for std::cout, std::cerr
3535
#include <string> // for std::string
36-
#include <system_error>
3736
#include <sys/stat.h> // for open
3837
#include <sys/types.h> // for open
38+
#include <system_error>
3939

4040
#ifdef _WIN32
4141
# include <io.h> // for _setmode

0 commit comments

Comments
 (0)