Index: extensions/common/features/complex_feature.cc |
diff --git a/extensions/common/features/complex_feature.cc b/extensions/common/features/complex_feature.cc |
index eeb4f776a4df21ed07a1eea2d2550a89557a036c..5a66a5f371b0408c38fe5aeab77f3ecf514b202e 100644 |
--- a/extensions/common/features/complex_feature.cc |
+++ b/extensions/common/features/complex_feature.cc |
@@ -4,6 +4,8 @@ |
#include "extensions/common/features/complex_feature.h" |
+#include <set> |
Finnur
2014/05/19 11:22:14
Set is used in the .h file and should therefore ap
limasdf
2014/05/20 05:25:23
here
|
+ |
namespace extensions { |
ComplexFeature::ComplexFeature(scoped_ptr<FeatureList> features) { |