diff options
Diffstat (limited to 'dev-dotnet/netcoredbg')
-rw-r--r-- | dev-dotnet/netcoredbg/files/netcoredbg-3.0.0.1012-types-cstdint.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-dotnet/netcoredbg/files/netcoredbg-3.0.0.1012-types-cstdint.patch b/dev-dotnet/netcoredbg/files/netcoredbg-3.0.0.1012-types-cstdint.patch deleted file mode 100644 index d8eb8aaca6f5..000000000000 --- a/dev-dotnet/netcoredbg/files/netcoredbg-3.0.0.1012-types-cstdint.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/src/interfaces/types.h -+++ b/src/interfaces/types.h -@@ -18,6 +18,7 @@ - #include <memory> - #include <cassert> - #include <climits> -+#include <cstdint> - - namespace netcoredbg - { |