Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37522946
en ru br
ALT Linux repos
S:1.1.0-alt1
5.0: 1.0.0-alt1

Group :: Development/C++
RPM: errut

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: errut-1.1.0-fix_include_string.patch
Download


--- a/errut/src/booltype.h
+++ b/errut/src/booltype.h
@@ -37,7 +37,6 @@
 
 #include "errutconfig.h"
 #include <string.h>
-#include <string>
 
 namespace errut
 {
--- a/errut/src/errorbase.h
+++ b/errut/src/errorbase.h
@@ -36,7 +36,7 @@
 #define ERRUT_ERRORBASE_H
 
 #include "errutconfig.h"
-#include <string>
+#include <string.h>
 
 namespace errut
 {
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin