aboutsummaryrefslogtreecommitdiff
path: root/src/armnnUtils/Filesystem.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnnUtils/Filesystem.hpp')
-rw-r--r--src/armnnUtils/Filesystem.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/armnnUtils/Filesystem.hpp b/src/armnnUtils/Filesystem.hpp
index d6dc5b97fd..2fe720dcf6 100644
--- a/src/armnnUtils/Filesystem.hpp
+++ b/src/armnnUtils/Filesystem.hpp
@@ -10,7 +10,7 @@ namespace armnnUtils
namespace Filesystem
{
-long GetFileSize(const char* path);
+long long GetFileSize(const char* path);
bool Remove(const char* path);