win32: fix in header include
This commit is contained in:
parent
b3653f0c0a
commit
79f61eb30b
@ -20,7 +20,6 @@
|
||||
#include "Common/operator_base.h"
|
||||
#include <algorithm>
|
||||
#include "processing.h"
|
||||
#include "time.h"
|
||||
#include <climits>
|
||||
|
||||
Processing::Processing(Engine_Interface_Base* eng_if)
|
||||
|
@ -16,6 +16,7 @@
|
||||
*/
|
||||
|
||||
#include "processintegral.h"
|
||||
#include "time.h"
|
||||
#include <iomanip>
|
||||
|
||||
ProcessIntegral::ProcessIntegral(Engine_Interface_Base* eng_if) : Processing(eng_if)
|
||||
|
Loading…
Reference in New Issue
Block a user