Skip to content
Snippets Groups Projects
Commit dd757acf authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

Compile fixes

parent f333c37a
Branches
Tags
No related merge requests found
#include <string.h>
#include "CutSphere.h" #include "CutSphere.h"
double opt_cut_sphere_Xc(OPT_ARGS_NUM) double opt_cut_sphere_Xc(OPT_ARGS_NUM)
......
#include "LevelSetPlugin.h" #include "LevelsetPlugin.h"
#include "List.h" #include "List.h"
#include "Views.h" #include "Views.h"
#include "Iso.h" #include "Iso.h"
#include "Message.h"
// that's the bad part of the story ... // that's the bad part of the story ...
extern Post_View *ActualView; extern Post_View *ActualView;
......
#include <stdio.h>
#include <dlfcn.h> #include <dlfcn.h>
#include <map> #include <map>
#include <FL/filename.H>
#include "Plugin.h" #include "Plugin.h"
#include "PluginManager.h" #include "PluginManager.h"
#include "Message.h"
#include <FL/filename.H>
#include "CutPlane.h" #include "CutPlane.h"
#include "CutSphere.h" #include "CutSphere.h"
#include "CutMap.h" #include "CutMap.h"
......
...@@ -12,8 +12,11 @@ ...@@ -12,8 +12,11 @@
directly in the executable. I think that it's a good directly in the executable. I think that it's a good
way to start. way to start.
*/ */
#include <string.h>
#include <stdio.h> #include <stdio.h>
#include "Options.h" #include "Options.h"
#include "Message.h"
class PluginDialogBox; class PluginDialogBox;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment