mirror of https://github.com/linuxdeepin/linglong
fix: fix compiler error when use CPM nlohmann
Signed-off-by: reddevillg <reddevillg@gmail.com>
This commit is contained in:
parent
13e7061526
commit
7ecb38f429
|
|
@ -42,10 +42,7 @@
|
|||
#include "ocppi/runtime/Signal.hpp"
|
||||
#include "ocppi/types/ContainerListItem.hpp"
|
||||
|
||||
#include <nlohmann/detail/conversions/from_json.hpp>
|
||||
#include <nlohmann/detail/conversions/to_json.hpp>
|
||||
#include <nlohmann/json.hpp>
|
||||
#include <nlohmann/json_fwd.hpp>
|
||||
|
||||
#include <QCryptographicHash>
|
||||
#include <QEventLoop>
|
||||
|
|
|
|||
Loading…
Reference in New Issue