mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-19 01:10:37 -06:00
include exception headers (silverqx/TinyORM#16) The querybuilders' unit tests fail to compile due to some Exception classes being undefined if ORM compilation is disabled via cmake. The undefined exceptions are actually being built as part of the querybuilder. However, the unit tests deep-end on models/user.hpp to include the header files for the exception classes they are using, but the corresponding include directive is skipped for builds that disable ORM. Close #16 --------- Co-authored-by: Silver Zachara <silver.zachara@gmail.com>