aboutsummaryrefslogtreecommitdiff
path: root/file_functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'file_functions.h')
-rw-r--r--file_functions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/file_functions.h b/file_functions.h
index 81a90ed9..77e1c20b 100644
--- a/file_functions.h
+++ b/file_functions.h
@@ -1,6 +1,8 @@
#ifndef FILE_FUNCTIONS_H
#define FILE_FUNCTIONS_H
+#include <QFileInfo>
+#include <QDir>
#include <QString>
bool file_exists(QString file_path);