Skip to content

Commit

Permalink
Fixed compile
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Sep 6, 2024
1 parent 8153799 commit fee9eec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tiled/wangcolormodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@

#include "wangcolormodel.h"

#include "changeevents.h"
#include "changewangcolordata.h"
#include "mapdocument.h"
#include "tileset.h"
#include "tilesetdocument.h"
#include "wangset.h"
Expand Down
1 change: 1 addition & 0 deletions src/tiled/wangcolormodel.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ namespace Tiled {

class Tileset;

class ChangeEvent;
class TilesetDocument;

class WangColorModel : public QAbstractListModel
Expand Down

0 comments on commit fee9eec

Please sign in to comment.