Add missing includes

taken from debian
pull/398/head
Hleb Valoshka 2019-09-03 23:20:27 +03:00
parent 8aade9685c
commit f2e3ec9980
21 changed files with 27 additions and 2 deletions

View File

@ -15,6 +15,7 @@
#endif /* TARGET_OS_MAC */
#endif /* _WIN32 */
#include <libintl.h>
#include <celutil/util.h>
#include <celutil/debug.h>
#include "parser.h"

View File

@ -11,6 +11,7 @@
#include <cmath>
#include <iomanip>
#include <cstdio>
#include <cstring>
#include <time.h>
#include <celutil/basictypes.h>
#include <celmath/mathlib.h>

View File

@ -14,6 +14,7 @@
#include <cstdlib>
#include <cstdio>
#include <cassert>
#include <libintl.h>
#include <algorithm>
#include <celmath/mathlib.h>
#include <celmath/plane.h>

View File

@ -7,6 +7,7 @@
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
#include <libintl.h>
#include <iostream>
#include <fstream>
#include <string>

View File

@ -12,6 +12,8 @@
#include <algorithm>
#include <cstdio>
#include <cassert>
#include <cstring>
#include <libintl.h>
#include "celestia.h"
#include <celmath/mathlib.h>
#include <celmath/perlin.h>

View File

@ -7,6 +7,7 @@
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
#include <libintl.h>
#include <map>
#include <celengine/location.h>
#include <celengine/body.h>

View File

@ -13,6 +13,7 @@
#include <iostream>
#include <fstream>
#include <cassert>
#include <libintl.h>
#include "celestia.h"
#include <celutil/debug.h>

View File

@ -8,7 +8,8 @@
// of the License, or (at your option) any later version.
#include <algorithm>
#include <stdio.h>
#include <cstdio>
#include <libintl.h>
#include "celestia.h"
#include <celmath/mathlib.h>
#include <celutil/util.h>

View File

@ -8,7 +8,8 @@
// of the License, or (at your option) any later version.
#include <algorithm>
#include <stdio.h>
#include <cstdio>
#include <libintl.h>
#include "celestia.h"
#include <celmath/mathlib.h>
#include <celutil/util.h>

View File

@ -10,6 +10,7 @@
#include <cstring>
#include <cstdarg>
#include <cstdio>
#include <cstring>
#include <celutil/utf8.h>
#include "gl.h"
#include "vecgl.h"

View File

@ -19,6 +19,7 @@
#endif /* ! TARGET_OS_MAC */
#endif /* ! _WIN32 */
#include <libintl.h>
#include <celutil/debug.h>
#include <celmath/mathlib.h>
#include <celutil/util.h>

View File

@ -11,7 +11,9 @@
#include <cmath>
#include <cstdlib>
#include <cstdio>
#include <cstring>
#include <cassert>
#include <libintl.h>
#include <algorithm>
#include <celmath/mathlib.h>
#include <celmath/plane.h>

View File

@ -22,6 +22,7 @@
#endif
#include <cmath>
#include <libintl.h>
#include <algorithm>
#include <iostream>
#include <fstream>

View File

@ -7,6 +7,7 @@
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
#include <libintl.h>
#include <iostream>
#include <fstream>
#include <string>

View File

@ -23,6 +23,7 @@
#include <cstring>
#include <cassert>
#include <ctime>
#include <libintl.h>
#include <celengine/gl.h>
#include <celmath/vecmath.h>
#include <celmath/quaternion.h>

View File

@ -15,6 +15,7 @@
#include <cstdlib>
#include <cctype>
#include <cstring>
#include <libintl.h>
#include <time.h>
#include <unistd.h>
#include <celengine/gl.h>

View File

@ -19,6 +19,7 @@
#include <libintl.h>
#include <fstream>
#include <sstream>
#include <libintl.h>
#include <qpushbutton.h>
#include <qslider.h>

View File

@ -20,6 +20,7 @@
#include <qdir.h>
#include <string>
#include <vector>
#include <libintl.h>
#include <klocale.h>
#include <libintl.h>

View File

@ -20,6 +20,7 @@
#include <sstream>
#include <fstream>
#include <algorithm>
#include <libintl.h>
#include "selectionpopup.h"

View File

@ -62,6 +62,9 @@
#include <cstdlib>
#include <cstdio>
#include <cmath>
#include <cstring>
#include <ctime>
#include <libintl.h>
#include <celutil/debug.h>
#include <celutil/util.h>
#include "../celengine/gl.h"

View File

@ -12,6 +12,7 @@
#include "util.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <libintl.h>
using namespace std;