Skip to content
Snippets Groups Projects
Commit 391a6137 authored by Dinyar Rabady's avatar Dinyar Rabady
Browse files

Include slice.h earlier

parent b91a5166
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@
#include "config.h"
#include "controls.h"
#include "log.h"
#include "slice.h"
#include "tools.h"
OutputByOrbitStream::OutputByOrbitStream(ctrl &c, config &conf_)
......
......@@ -7,6 +7,7 @@
#include <string>
#include "OutputFileHandler.h"
#include "slice.h"
#include "tbb/pipeline.h"
class ctrl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment