Skip to content

Commit 54c13c8

Browse files
authored
(winnie) Fix struct stat redefinition - reorder includes (#3068)
1 parent da66bde commit 54c13c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cpp_common/report_messages.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2323
2424
********************************************************************PGR-GNU*/
2525

26-
#include "cpp_common/report_messages.hpp"
27-
2826
extern "C" {
2927
#include "c_common/postgres_connection.h"
3028
#include "c_common/e_report.h"
3129
}
3230

3331
#include <sstream>
3432

33+
#include "cpp_common/report_messages.hpp"
34+
3535
#include "cpp_common/alloc.hpp"
3636

3737
namespace pgrouting {

0 commit comments

Comments
 (0)