diff options
author | wwylele <wwylele@gmail.com> | 2017-02-15 15:49:07 +0200 |
---|---|---|
committer | wwylele <wwylele@gmail.com> | 2017-02-15 15:49:07 +0200 |
commit | e4da1a54cf7afd15c7ca31438fc07f6b3ea1738a (patch) | |
tree | e558f06d440e67dce37009a5ca897ac10b816e7a /src | |
parent | fae1efaad46eaf28d6d9f55df3bfb889f8007abf (diff) |
core: add missing errors.h in CMakeLists.txt
Diffstat (limited to 'src')
-rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 1da10afab9..5332e35a39 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 |