projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7677673
)
make sse4.2 functions in folly/Range.h build on -fb platform
author
Tudor Bosman
<tudorb@fb.com>
Mon, 25 Mar 2013 18:37:39 +0000
(11:37 -0700)
committer
Owen 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
patch
|
blob
|
history
diff --git
a/folly/Range.h
b/folly/Range.h
index a56caa74014e5372890d3b4fc35413ef4a462444..57db55c837a8943e201abf0ee567a757769911bd 100644
(file)
--- 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 <glog/logging.h>
#include <algorithm>