make sse4.2 functions in folly/Range.h build on -fb platform
authorTudor Bosman <tudorb@fb.com>
Mon, 25 Mar 2013 18:37:39 +0000 (11:37 -0700)
committerOwen Yamauchi <oyamauchi@fb.com>
Wed, 27 Mar 2013 21:42:48 +0000 (14:42 -0700)
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

index a56caa74014e5372890d3b4fc35413ef4a462444..57db55c837a8943e201abf0ee567a757769911bd 100644 (file)
@@ -20,6 +20,7 @@
 #ifndef FOLLY_RANGE_H_
 #define FOLLY_RANGE_H_
 
+#include "folly/folly-config.h"
 #include "folly/FBString.h"
 #include <glog/logging.h>
 #include <algorithm>