Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 229607
Collapse All | Expand All

(-)gobby-0.4.5/src/preferences.cpp (+1 lines)
Lines 16-21 Link Here
16
 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17
 */
17
 */
18
18
19
#include <cstring>
19
#include "features.hpp"
20
#include "features.hpp"
20
21
21
#ifdef WITH_GTKSOURCEVIEW2
22
#ifdef WITH_GTKSOURCEVIEW2
(-)gobby-0.4.5/src/preferencesdialog.cpp (+1 lines)
Lines 17-22 Link Here
17
 */
17
 */
18
18
19
#include <stdexcept>
19
#include <stdexcept>
20
#include <cstring>
20
#include <gtkmm/stock.h>
21
#include <gtkmm/stock.h>
21
#include <gtkmm/messagedialog.h>
22
#include <gtkmm/messagedialog.h>
22
23
(-)gobby-0.4.5/src/header.cpp (+1 lines)
Lines 16-21 Link Here
16
 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17
 */
17
 */
18
18
19
#include <cstring>
19
#include <gtkmm/stock.h>
20
#include <gtkmm/stock.h>
20
#include <obby/format_string.hpp>
21
#include <obby/format_string.hpp>
21
22
(-)gobby-0.4.5/src/unix.cpp (+1 lines)
Lines 17-22 Link Here
17
 */
17
 */
18
18
19
#include <stdexcept>
19
#include <stdexcept>
20
#include <cstring>
20
#include "unix.hpp"
21
#include "unix.hpp"
21
22
22
namespace
23
namespace

Return to bug 229607