mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-05 07:59:19 -05:00
14 lines
335 B
C
14 lines
335 B
C
/* This file can't be included in the project, it's for a precompiled header. */
|
|
|
|
/* Add C includes here */
|
|
|
|
#ifdef __cplusplus
|
|
/* Add C++ includes here */
|
|
#include <QDateTime>
|
|
|
|
#include <orm/macros/commonnamespace.hpp>
|
|
#include <orm/macros/likely.hpp>
|
|
#include <orm/macros/stringify.hpp>
|
|
#include <orm/macros/systemheader.hpp>
|
|
#endif
|