Intersection work in progress
Review URL: https://codereview.appspot.com/5576043

git-svn-id: http://skia.googlecode.com/svn/trunk@3087 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/ReduceOrder_Test.cpp b/experimental/Intersection/ReduceOrder_Test.cpp
index 04aea1a..e213015 100644
--- a/experimental/Intersection/ReduceOrder_Test.cpp
+++ b/experimental/Intersection/ReduceOrder_Test.cpp
@@ -1,6 +1,7 @@
 #include "CubicIntersection.h"
 #include "CubicIntersection_TestData.h"
 #include "CubicIntersection_Tests.h"
+#include "QuadraticIntersection_TestData.h"
 #include "TestUtilities.h"
 
 void ReduceOrder_Test() {