diff options
author | Ron Olson <tachoknight@gmail.com> | 2020-04-14 15:07:39 -0500 |
---|---|---|
committer | Ron Olson <tachoknight@gmail.com> | 2020-04-14 15:07:39 -0500 |
commit | 8e62b80e958264b92e0804c336a1c2d8c461a2d0 (patch) | |
tree | d4ccd59108af39f8ea613155ecb091c283024b5b /indexstore.patch | |
parent | 43fe7bf1ccdc651b37b9958e9a41bc9d67a1d4e9 (diff) | |
download | swift-lang-master.tar.gz swift-lang-master.tar.xz swift-lang-master.zip |
Diffstat (limited to 'indexstore.patch')
-rw-r--r-- | indexstore.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indexstore.patch b/indexstore.patch new file mode 100644 index 0000000..d3c43ab --- /dev/null +++ b/indexstore.patch @@ -0,0 +1,11 @@ +diff -Naur ./indexstore-db-orig/include/IndexStoreDB/Database/IDCode.h indexstore-db/include/IndexStoreDB/Database/IDCode.h +--- ./indexstore-db-orig/include/IndexStoreDB/Database/IDCode.h 2019-08-19 13:15:44.000000000 -0500 ++++ indexstore-db/include/IndexStoreDB/Database/IDCode.h 2020-01-23 16:20:05.055701686 -0600 +@@ -14,6 +14,7 @@ + #define INDEXSTOREDB_SKDATABASE_IDCODE_H + + #include <functional> ++#include <cstdint> + + namespace IndexStoreDB { + namespace db { |