Forward declaration is not enough.

This commit is contained in:
Roman Telezhynskyi 2024-01-13 08:29:42 +02:00
parent 3cfb25869a
commit ea57284c1c

View file

@ -17,6 +17,9 @@
#include "drw_header.h"
#include "drw_interface.h"
#include "drw_objects.h"
#include "intern/dxfreader.h"
#include "intern/dxfwriter.h"
#include <string>
#include <unordered_map>
@ -25,9 +28,6 @@
#include <ciso646> // and, not, or
#endif
class dxfReader;
class dxfWriter;
class dxfRW
{
public: