Fix build of net-im/mtxclient by patching out one more "json.hpp".

Pointy hat: adridg@

Reported by:	antoine
This commit is contained in:
Adriaan de Groot 2019-03-25 16:59:50 +00:00
parent 569dfac9ec
commit 1a30c48378
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496840

View File

@ -0,0 +1,10 @@
--- tests/utils.cpp.orig 2019-03-25 16:55:59 UTC
+++ tests/utils.cpp
@@ -1,6 +1,6 @@
#include <gtest/gtest.h>
-#include "json.hpp"
+#include "nlohmann/json.hpp"
#include <mtxclient/crypto/client.hpp>
#include <olm/olm.h>