diff options
author | B Stack <bgstack15@gmail.com> | 2020-05-17 11:17:28 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-05-17 11:17:28 -0400 |
commit | f0f3f094c5fa05bafe1963d1ea13f1be39a6673b (patch) | |
tree | 1f52055b2f26fc2389d3ab4eb8d8d1e234a6316a /zen/sys_error.h | |
parent | Merge branch '10.23' into 'master' (diff) | |
download | FreeFileSync-f0f3f094c5fa05bafe1963d1ea13f1be39a6673b.tar.gz FreeFileSync-f0f3f094c5fa05bafe1963d1ea13f1be39a6673b.tar.bz2 FreeFileSync-f0f3f094c5fa05bafe1963d1ea13f1be39a6673b.zip |
add upstream 10.24
Diffstat (limited to 'zen/sys_error.h')
-rw-r--r-- | zen/sys_error.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/zen/sys_error.h b/zen/sys_error.h index 2dd3c188..01df17ab 100644 --- a/zen/sys_error.h +++ b/zen/sys_error.h @@ -7,10 +7,10 @@ #ifndef SYS_ERROR_H_3284791347018951324534 #define SYS_ERROR_H_3284791347018951324534 -#include <string> -#include "scope_guard.h" -#include "i18n.h" -#include "utf.h" +//#include <string> +#include "scope_guard.h" // +#include "utf.h" //not used by this header, but the "rest of the world" needs it! +#include "i18n.h" // #include <cerrno> |