Browse Source

fix build -p on gettime error

tags/v1.0.0
kswang 5 years ago
parent
commit
80f6c084d8
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      mindspore/ccsrc/runtime/device/cpu/cpu_kernel_runtime.cc

+ 1
- 0
mindspore/ccsrc/runtime/device/cpu/cpu_kernel_runtime.cc View File

@@ -27,6 +27,7 @@
#include "backend/session/session_basic.h"
#include "frontend/operator/ops.h"
#include "utils/shape_utils.h"
#include "utils/profile.h"

namespace mindspore {
namespace device {


Loading…
Cancel
Save