patch from skejoe for gcc 4.3 compatibility
This commit is contained in:
@@ -63,8 +63,8 @@ void ED_operatortypes_screen(void);
|
||||
void ED_keymap_screen(struct wmWindowManager *wm);
|
||||
|
||||
/* operators; context poll callbacks */
|
||||
int ED_operator_screenactive(bContext *C);
|
||||
int ED_operator_screen_mainwinactive(bContext *C);
|
||||
int ED_operator_screenactive(struct bContext *C);
|
||||
int ED_operator_screen_mainwinactive(struct bContext *C);
|
||||
|
||||
|
||||
#endif /* ED_SCREEN_H */
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "export_File.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <cstring>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "export_Plugin.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <cstring>
|
||||
using namespace std;
|
||||
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
#include "yafray_Render.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <cstring>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user