aboutsummaryrefslogtreecommitdiff
path: root/ports/jwt-cpp/fix-picojson.patch
diff options
context:
space:
mode:
authorWebFolder OÜ <support@webfolder.io>2019-05-17 18:27:52 +0300
committerVictor Romero <romerosanchezv@gmail.com>2019-05-17 08:27:52 -0700
commitf510471ebeeec350c40c9126ce6a26dacd119227 (patch)
tree5f60ef9892f08eda2a880aeeb77d4bdff687d4b8 /ports/jwt-cpp/fix-picojson.patch
parent9d473a69545ac648b9ea2067c007b57dfad7462b (diff)
downloadvcpkg-f510471ebeeec350c40c9126ce6a26dacd119227.tar.gz
vcpkg-f510471ebeeec350c40c9126ce6a26dacd119227.zip
[jwt-cpp] Add new port (#6498)
Diffstat (limited to 'ports/jwt-cpp/fix-picojson.patch')
-rw-r--r--ports/jwt-cpp/fix-picojson.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/jwt-cpp/fix-picojson.patch b/ports/jwt-cpp/fix-picojson.patch
new file mode 100644
index 000000000..44c04fe58
--- /dev/null
+++ b/ports/jwt-cpp/fix-picojson.patch
@@ -0,0 +1,12 @@
+diff --git a/include/jwt-cpp/jwt.h b/include/jwt-cpp/jwt.h
+index ec56810..a26fd97 100644
+--- a/include/jwt-cpp/jwt.h
++++ b/include/jwt-cpp/jwt.h
+@@ -1,6 +1,6 @@
+ #pragma once
+ #define PICOJSON_USE_INT64
+-#include "picojson.h"
++#include "picojson/picojson.h"
+ #include "base.h"
+ #include <set>
+ #include <chrono>