fix job.h header cpplint error

Former-commit-id: c5bfb2f7acdfad00adf818b9cc4b20ce42b7c9e1
pull/191/head
starlord 2019-10-29 15:18:54 +08:00
parent a78e928dfa
commit a05cebf513
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.
#include "Job.h"
#include "scheduler/job/Job.h"
namespace milvus {
namespace scheduler {