Skip to content

Commit

Permalink
Change the order of #include's
Browse files Browse the repository at this point in the history
With the original order, MSVC 2013 gagged on "size_t"
in 32-bit builds.
  • Loading branch information
laurenz committed Oct 9, 2019
1 parent 813defc commit 13e3b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msvc/oracle_msvc.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include "..\oracle_fdw.h"

#include "postgres.h"
#include "utils\elog.h"

#include "..\oracle_fdw.h"

#include <windows.h>

#pragma warning(push)
Expand Down

0 comments on commit 13e3b7b

Please sign in to comment.