diff options
Diffstat (limited to 'src/win32/precompiled.h')
-rw-r--r-- | src/win32/precompiled.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/win32/precompiled.h b/src/win32/precompiled.h index 10ca0b80c..851a083d5 100644 --- a/src/win32/precompiled.h +++ b/src/win32/precompiled.h @@ -1,3 +1,5 @@ +#include "common.h" + #include <assert.h> #include <errno.h> #include <limits.h> @@ -20,4 +22,3 @@ #endif #include "git2.h" -#include "common.h" |