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

Compile fixes

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