commit | 944b60fb75b8f7894e76f012f06d208cb63a1918 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Mon May 29 11:33:33 2017 -0700 |
committer | Corentin Wallez <corentin@wallez.net> | Tue May 30 10:48:32 2017 -0700 |
tree | acd5ff15499990af9c1e24e2cd0328c15662f0ed | |
parent | 583e9a8f3cdf1a9d734b8a8bbcb8944f39cfd333 [diff] [blame] |
Fix compilation on Windows There are still a bunch of warning that we should remove.
diff --git a/src/backend/common/CommandAllocator.cpp b/src/backend/common/CommandAllocator.cpp index 0526e10..e53ca0d 100644 --- a/src/backend/common/CommandAllocator.cpp +++ b/src/backend/common/CommandAllocator.cpp
@@ -16,6 +16,7 @@ #include "Math.h" +#include <algorithm> #include <cassert> #include <climits> #include <cstdlib>