summaryrefslogtreecommitdiff
path: root/caffe2/utils/math/reduce.cu
diff options
context:
space:
mode:
Diffstat (limited to 'caffe2/utils/math/reduce.cu')
-rw-r--r--caffe2/utils/math/reduce.cu2
1 files changed, 1 insertions, 1 deletions
diff --git a/caffe2/utils/math/reduce.cu b/caffe2/utils/math/reduce.cu
index 31a653930e..18291d35f9 100644
--- a/caffe2/utils/math/reduce.cu
+++ b/caffe2/utils/math/reduce.cu
@@ -11,7 +11,7 @@
#include "caffe2/core/context_gpu.h"
#include "caffe2/utils/fixed_divisor.h"
#include "caffe2/utils/math/reduce.cuh"
-#include "caffe2/utils/math_utils.h"
+#include "caffe2/utils/math/utils.h"
namespace caffe2 {
namespace math {