From e4da1a54cf7afd15c7ca31438fc07f6b3ea1738a Mon Sep 17 00:00:00 2001 From: wwylele Date: Wed, 15 Feb 2017 15:49:07 +0200 Subject: core: add missing errors.h in CMakeLists.txt --- src/core/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/CMakeLists.txt') 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 -- cgit v1.2.3