mirror of
https://github.com/build-cpp/cmkr
synced 2026-06-08 13:22:55 +00:00
Use C++ includes
This commit is contained in:
+3
-3
@@ -5,9 +5,9 @@
|
||||
|
||||
#include "fs.hpp"
|
||||
#include <sstream>
|
||||
#include <stddef.h>
|
||||
#include <cstddef>
|
||||
#include <stdexcept>
|
||||
#include <stdlib.h>
|
||||
#include <cstdlib>
|
||||
#include <system_error>
|
||||
|
||||
namespace cmkr {
|
||||
@@ -94,4 +94,4 @@ int cmkr_build_install(void) {
|
||||
} catch (...) {
|
||||
return cmkr::error::Status(cmkr::error::Status::Code::InstallError);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user