From 8ca18b6ef44d988eba9bc26bba94338291b97a70 Mon Sep 17 00:00:00 2001 From: Tudor Bosman Date: Mon, 25 Mar 2013 11:37:39 -0700 Subject: [PATCH] make sse4.2 functions in folly/Range.h build on -fb platform Test Plan: fbconfig --platform=gcc-4.7.1-glibc-2.14.1-fb folly/test && fbmake runtests_opt Reviewed By: oyamauchi@fb.com FB internal diff: D749992 --- folly/Range.h | 1 + 1 file changed, 1 insertion(+) diff --git a/folly/Range.h b/folly/Range.h index a56caa74..57db55c8 100644 --- a/folly/Range.h +++ b/folly/Range.h @@ -20,6 +20,7 @@ #ifndef FOLLY_RANGE_H_ #define FOLLY_RANGE_H_ +#include "folly/folly-config.h" #include "folly/FBString.h" #include #include -- 2.34.1