summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMat M <mathew1800@gmail.com>2017-02-15 11:19:06 -0500
committerGitHub <noreply@github.com>2017-02-15 11:19:06 -0500
commit5472528202e644b4c9c4438a4e083607cded2757 (patch)
tree40478b2519a06255be7e9b0a0b8d69abc931fa77 /src
parente085e6a768e44cf8755f3d842424b90c321214b5 (diff)
parente4da1a54cf7afd15c7ca31438fc07f6b3ea1738a (diff)
Merge pull request #2571 from wwylele/missing-file
core: add missing errors.h in CMakeLists.txt
Diffstat (limited to 'src')
-rw-r--r--src/core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index 1da10afab..5332e35a3 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -205,6 +205,7 @@ set(HEADERS
file_sys/archive_systemsavedata.h
file_sys/directory_backend.h
file_sys/disk_archive.h
+ file_sys/errors.h
file_sys/file_backend.h
file_sys/ivfc_archive.h
file_sys/path_parser.h