Fix build of net-im/mtxclient by patching out one more "json.hpp".
Pointy hat: adridg@ Reported by: antoine
This commit is contained in:
parent
569dfac9ec
commit
1a30c48378
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496840
10
net-im/mtxclient/files/patch-tests_utils.cpp
Normal file
10
net-im/mtxclient/files/patch-tests_utils.cpp
Normal 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>
|
Loading…
Reference in New Issue
Block a user