mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 14:26:38 +02:00
16 lines
525 B
Diff
16 lines
525 B
Diff
--- a/shared/source/compiler_interface/os_compiler_cache_helper.h
|
|
+++ b/shared/source/compiler_interface/os_compiler_cache_helper.h
|
|
@@ -7,10 +7,11 @@
|
|
|
|
#pragma once
|
|
#include <string>
|
|
+#include <ctime>
|
|
|
|
namespace NEO {
|
|
class EnvironmentVariableReader;
|
|
bool checkDefaultCacheDirSettings(std::string &cacheDir, NEO::EnvironmentVariableReader &reader);
|
|
time_t getFileModificationTime(const std::string &path);
|
|
size_t getFileSize(const std::string &path);
|
|
-} // namespace NEO
|
|
\ No newline at end of file
|
|
+} // namespace NEO
|