include path changes
This commit is contained in:
4
ml_io.h
4
ml_io.h
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "../ml.h"
|
||||
#include "ml.h"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
@@ -21,4 +21,4 @@ int mk_path_dir(const std::string &path);
|
||||
|
||||
int rm_path_dir(const std::string &path);
|
||||
|
||||
MlValue exec_system_cmd(const std::string &path);
|
||||
MlValue exec_system_cmd(const std::string &path);
|
||||
|
||||
Reference in New Issue
Block a user