diff options
| author | 2022-04-16 01:58:40 +0200 | |
|---|---|---|
| committer | 2022-04-16 02:59:30 +0200 | |
| commit | 6ba9324cf4864ebd2e2cdec8098b0889ceaea0a8 (patch) | |
| tree | e29af0f803de724e28eab85da2dfe6c535a8292b /qmltypesregister.cpp | |
| parent | 0c040da59e6aa2df3bd0c22e38b2afe0512d3749 (diff) | |
| download | OneRoll-6ba9324cf4864ebd2e2cdec8098b0889ceaea0a8.tar.gz OneRoll-6ba9324cf4864ebd2e2cdec8098b0889ceaea0a8.zip | |
Make sure Windows compilation works
Diffstat (limited to 'qmltypesregister.cpp')
| -rw-r--r-- | qmltypesregister.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qmltypesregister.cpp b/qmltypesregister.cpp index cc207e9..dbd2ac9 100644 --- a/qmltypesregister.cpp +++ b/qmltypesregister.cpp @@ -17,11 +17,11 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#include "qmltypesregister.h" +#include <diceparser_qobject/qmltypesregister.h> #include <QQmlEngine> -#include "diceroller.h" +#include <diceparser_qobject/diceroller.h> #if !defined(UNIT_TEST) && defined(RCSE) #include "field.h" #endif |