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/CubeRoot.cpp b/experimental/Intersection/CubeRoot.cpp
index e188b34..37c8844 100644
--- a/experimental/Intersection/CubeRoot.cpp
+++ b/experimental/Intersection/CubeRoot.cpp
@@ -2,7 +2,7 @@
 //
 
 #include <math.h>
-#include "CubicIntersection.h"
+#include "CubicUtilities.h"
 
 #define TEST_ALTERNATIVES 0
 #if TEST_ALTERNATIVES