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

(-)gtkmm-2.12.3-orig/gtk/gtkmm/scale.cc (+1 lines)
Lines 31-36 Link Here
31
#include <gtk/gtkscale.h>
31
#include <gtk/gtkscale.h>
32
#include <gtk/gtkhscale.h>
32
#include <gtk/gtkhscale.h>
33
#include <gtk/gtkvscale.h>
33
#include <gtk/gtkvscale.h>
34
#include <cstring>
34
#include <math.h>
35
#include <math.h>
35
36
36
namespace Gtk
37
namespace Gtk
(-)gtkmm-2.12.3-orig/gtk/gtkmm/targetentry.cc (+1 lines)
Lines 21-26 Link Here
21
 */
21
 */
22
22
23
#include <gtkmm/targetentry.h>
23
#include <gtkmm/targetentry.h>
24
#include <cstring>
24
25
25
26
26
namespace Gtk
27
namespace Gtk
(-)gtkmm-2.12.3-orig/gtk/src/scale.ccg (+1 lines)
Lines 25-30 Link Here
25
#include <gtk/gtkscale.h>
25
#include <gtk/gtkscale.h>
26
#include <gtk/gtkhscale.h>
26
#include <gtk/gtkhscale.h>
27
#include <gtk/gtkvscale.h>
27
#include <gtk/gtkvscale.h>
28
#include <cstring>
28
#include <math.h>
29
#include <math.h>
29
30
30
namespace Gtk
31
namespace Gtk

Return to bug 204687