Skip to content
Snippets Groups Projects
Commit 418e773c authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Missing inclusion of the engine header in cell.c

parent acf4e88d
No related branches found
No related tags found
1 merge request!442Support for OSX
......@@ -50,6 +50,7 @@
#include "active.h"
#include "atomic.h"
#include "drift.h"
#include "engine.h"
#include "error.h"
#include "gravity.h"
#include "hydro.h"
......
  • Developer

    Should we include this in main.c? As it contains a global var.

    Edited by Josh Borrow
  • Owner

    But 'main.c' is not included in the test that has a linking problem.

  • Owner

    Or which main are you talking about?

  • Developer

    I was talking about the main.c for the swift binary, but I now realise this is silly as it is not referenced in the test. I also tried including engine.h in the test but that didn't help either...

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment