diff options
Diffstat (limited to 'thirdparty/snappy/snappy-test.cc')
-rw-r--r-- | thirdparty/snappy/snappy-test.cc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/thirdparty/snappy/snappy-test.cc b/thirdparty/snappy/snappy-test.cc index 46194109..7f1d0a8d 100644 --- a/thirdparty/snappy/snappy-test.cc +++ b/thirdparty/snappy/snappy-test.cc @@ -28,13 +28,16 @@ // // Various stubs for the unit tests for the open-source version of Snappy. -#include "snappy-test.h" +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #ifdef HAVE_WINDOWS_H -#define WIN32_LEAN_AND_MEAN #include <windows.h> #endif +#include "snappy-test.h" + #include <algorithm> DEFINE_bool(run_microbenchmarks, true, |