Compile on Windows
This commit is contained in:
parent
b5fe713848
commit
1129aa6dfd
9 changed files with 57 additions and 61 deletions
|
|
@ -2,6 +2,8 @@
|
|||
// Created by loki on 12/14/19.
|
||||
//
|
||||
|
||||
#include "process.h"
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
|
|
@ -9,7 +11,6 @@
|
|||
#include <boost/property_tree/ptree.hpp>
|
||||
#include <boost/property_tree/json_parser.hpp>
|
||||
|
||||
#include "process.h"
|
||||
#include "config.h"
|
||||
#include "utility.h"
|
||||
#include "platform/common.h"
|
||||
|
|
@ -295,4 +296,4 @@ void refresh(const std::string &file_name) {
|
|||
proc = std::move(*proc_opt);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue