Added forward declarations to avoid ring compiler errors
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
#include <stdint.h>
|
||||
#include "../functions/AbstractionLayers/Layer1/AbstractionLayer_1_Properties.h"
|
||||
#include "../functions/AbstractionLayers/DestructionPower/DestructionPower_Properties.h"
|
||||
|
||||
class Part
|
||||
{
|
||||
public:
|
||||
|
@ -3,10 +3,11 @@
|
||||
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
#include "input.h"
|
||||
#include <opencv2/highgui/highgui.hpp>
|
||||
#include <opencv2/imgproc/imgproc.hpp>
|
||||
|
||||
class Part;
|
||||
|
||||
using namespace std;
|
||||
|
||||
class coor
|
||||
|
Reference in New Issue
Block a user