include path changes

This commit is contained in:
2021-02-26 09:49:01 +01:00
parent 25e5f85167
commit f7992b1eab
2 changed files with 9 additions and 6 deletions

View File

@@ -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);