diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 3410a99f2f..b86147b261 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -117,6 +117,7 @@ set( KICOMMON_SRCS lset.cpp markup_parser.cpp netclass.cpp + page_info.cpp paths.cpp richio.cpp string_utils.cpp @@ -490,7 +491,6 @@ set( COMMON_SRCS marker_base.cpp notifications_manager.cpp origin_transforms.cpp - page_info.cpp printout.cpp project.cpp ptree.cpp diff --git a/include/page_info.h b/include/page_info.h index f2015b0a88..3bad59c24f 100644 --- a/include/page_info.h +++ b/include/page_info.h @@ -30,6 +30,7 @@ #ifndef PAGE_INFO_H #define PAGE_INFO_H +#include #include #include @@ -54,7 +55,7 @@ class OUTPUTFORMATTER; * * @author Dick Hollenbeck */ -class PAGE_INFO +class KICOMMON_API PAGE_INFO { public: PAGE_INFO( const wxString& aType = PAGE_INFO::A3, bool IsPortrait = false );