Downloaded from https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/kiki-the-nano-bot/debian/patches/missing-includes.patch?revision=7984&view=co Status: in upstream CVS --- a/kodilib/src/handler/KPickable.h +++ b/kodilib/src/handler/KPickable.h @@ -8,6 +8,7 @@ #include "KIntrospection.h" #include +#include #define DEBUG_PICKING false --- a/kodilib/src/tools/KIntrospection.h +++ b/kodilib/src/tools/KIntrospection.h @@ -11,6 +11,7 @@ #endif #include +#include // -------------------------------------------------------------------------------------------------------- class KClassInfo --- a/kodilib/src/tools/KStringTools.cpp +++ b/kodilib/src/tools/KStringTools.cpp @@ -6,7 +6,7 @@ #include "KStringTools.h" #include "KVector.h" -#include // INT_MAX +#include // INT_MAX #include // -------------------------------------------------------------------------------------------------------- --- a/kodilib/src/tools/KStringTools.h +++ b/kodilib/src/tools/KStringTools.h @@ -9,6 +9,7 @@ #include #include #include +#include // -------------------------------------------------------------------------------------------------------- --- a/kodilib/src/tools/KXMLTools.cpp +++ b/kodilib/src/tools/KXMLTools.cpp @@ -7,6 +7,7 @@ #include "KConsole.h" #include "KSeparatedMatrix.h" #include +#include // -------------------------------------------------------------------------------------------------------- std::string kXMLTag ( const std::string & name, const std::string & attributes, int depth ) t name='qt'>
AgeCommit message (Expand)Author
2020-02-14nls: Update 'de' translation of the manual.Julien Lepiller
2019-08-29Merge branch 'master' into core-updatesMark H Weaver
2019-08-25nls: Update 'de' translation.Ludovic Courtès
2019-06-13Reinstate "nls: Update 'de' translation of the manual."...This reverts commit d69bbd8c70a98ae6f3257fb4b4098ee92eeaebfe. Ludovic Courtès
2019-06-10Revert "nls: Update 'de' translation of the manual."...This reverts commit 78b0f9419fdac88d7b84314868bab1b1e8173602. Ricardo Wurmus
2019-06-07nls: Update 'de' translation of the manual.Ludovic Courtès
2019-05-17nls: Update 'de' translation.Ludovic Courtès
2019-05-13nls: Update de translation.Ludovic Courtès
2019-05-01nls: Update manual translations for de, es, fr, and zh_CN.Ludovic Courtès
2019-04-25nls: Update 'de' translation.Julien Lepiller
2019-04-17nls: Update 'de' translation of the manual.Ludovic Courtès
2019-04-02nls: Update 'de' translation of the manual.Ludovic Courtès
2019-03-12nls: Update 'de' translation of the manual.Julien Lepiller
2019-01-28nls: Update 'de' translation of the manual.Ludovic Courtès
2018-12-02nls: Update 'de' translation of the manual.Ludovic Courtès
2018-11-01doc: Add German translation....* doc/contributing.de.texi: New file. * doc/guix.de.texi: New file * doc/local.mk (TRANSLATED_INFO): Add them. (info_TEXINFOS): Add guix.de.texi. * po/doc/guix-manual.de.po: New file. * po/doc/local.mk (EXTRA_DIST): Add it. * doc/guix.texi: Document the German translation. Julien Lepiller