diff options
author | B Stack <bgstack15@gmail.com> | 2019-12-27 11:40:08 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-12-27 11:40:08 -0500 |
commit | 393b53198b25417b98097b00076d54caafd9d876 (patch) | |
tree | bd720ccfbafe56fe614a349592e5a8dc3fe2829a /freefilesync | |
parent | fix no_eraseif fuzz (diff) | |
download | stackrpms-393b53198b25417b98097b00076d54caafd9d876.tar.gz stackrpms-393b53198b25417b98097b00076d54caafd9d876.tar.bz2 stackrpms-393b53198b25417b98097b00076d54caafd9d876.zip |
fix ffs_el.patch serialize.h
Diffstat (limited to 'freefilesync')
-rw-r--r-- | freefilesync/ffs_el.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/freefilesync/ffs_el.patch b/freefilesync/ffs_el.patch index 64fdb03..bf4fa20 100644 --- a/freefilesync/ffs_el.patch +++ b/freefilesync/ffs_el.patch @@ -110,13 +110,13 @@ diff -Naur -x '*.orig' -x '*.rej' -x '*.swp' 10.11-0/zen/ring_buffer.h 10.11-1/z namespace zen -diff -Naur -x '*.orig' -x '*.rej' -x '*.swp' 10.11-0/zen/serialize.h 10.11-1/zen/serialize.h +diff -Naur -x '*.orig' -x '*.rej' -x '*.swp' 10.11-0/zen/serialize.h 10.19-1/zen/serialize.h --- 10.11-0/zen/serialize.h 2019-04-12 07:59:46.080195719 -0400 -+++ 10.11-1/zen/serialize.h 2019-04-12 10:19:57.229913463 -0400 -@@ -9,6 +9,7 @@ - ++++ 10.19-1/zen/serialize.h 2019-12-27 11:35:50.379901321 -0500 +@@ -10,6 +10,7 @@ #include <functional> #include <cstdint> + #include <stdexcept> +#include <cstddef> #include "string_base.h" //keep header clean from specific stream implementations! (e.g.file_io.h)! used by abstract.h! |