Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 215965 | Differences between
and this patch

Collapse All | Expand All

(-)gtkmathview-0.8.0-orig/mathmlps/main.cc (+1 lines)
Lines 20-25 Link Here
20
20
21
#include <cassert>
21
#include <cassert>
22
#include <fstream>
22
#include <fstream>
23
#include <cstring>
23
24
24
#include <popt.h>
25
#include <popt.h>
25
26
(-)gtkmathview-0.8.0-orig/mathmlsvg/main.cc (+1 lines)
Lines 20-25 Link Here
20
20
21
#include <cassert>
21
#include <cassert>
22
#include <fstream>
22
#include <fstream>
23
#include <cstring>
23
24
24
#include <popt.h>
25
#include <popt.h>
25
26
(-)gtkmathview-0.8.0-orig/mathmlsvg/SMS.cc (+1 lines)
Lines 19-24 Link Here
19
#include <config.h>
19
#include <config.h>
20
20
21
#include <sstream>
21
#include <sstream>
22
#include <cstring>
22
#include "defs.h"
23
#include "defs.h"
23
#include "AbstractLogger.hh"
24
#include "AbstractLogger.hh"
24
#include "ValueConversion.hh"
25
#include "ValueConversion.hh"
(-)gtkmathview-0.8.0-orig/src/engine/mathml/mathVariantAux.cc (+2 lines)
Lines 20-25 Link Here
20
20
21
#include <cassert>
21
#include <cassert>
22
22
23
#include <cstring>
24
23
#include "mathVariantAux.hh"
25
#include "mathVariantAux.hh"
24
26
25
static MathVariantAttributes vattr[] = {
27
static MathVariantAttributes vattr[] = {

Return to bug 215965