diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-13 19:15:08 +0800 | 
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-13 19:15:08 +0800 | 
| commit | a3c729397318f9556266b52a30bf965388ede1d8 (patch) | |
| tree | 79347509cd7128e2e656fc765d4a7996912e9095 | |
| parent | 5aedf934c2f7ca864d46c4ef3673b95ffd398e9c (diff) | |
The catalog header included should be local first
| -rw-r--r-- | qicclient.hxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/qicclient.hxx b/qicclient.hxx index a3cc6d0..f74510c 100644 --- a/qicclient.hxx +++ b/qicclient.hxx @@ -2,7 +2,7 @@  #define QICCLIENT_HXX  #include <QObject> -#include <qicclient/catalog.hxx> +#include "qicclient/catalog.hxx"  #include <icclient.h>  namespace QICClient { |