refs #192 tweaking include order and moving some JSON things into global namespace

so that we invoke ADL instead of relying on a particular include order
This commit is contained in:
Mathew Sutcliffe
2014-03-28 16:02:58 +00:00
parent 8405049a85
commit f601334ffa
5 changed files with 263 additions and 269 deletions

View File

@@ -2,6 +2,7 @@
#define BLACKMISC_VALUEOBJECT_H
#include "tuple.h"
#include "json.h"
#include <QtDBus/QDBusMetaType>
#include <QString>
#include <QtGlobal>