Skip to content

Commit

Permalink
wasm: fix missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
huxingyi committed Aug 26, 2023
1 parent 3f710b1 commit df589ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions application/sources/component_property_widget.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <QColorDialog>
#include <QWidget>
#include <dust3d/base/uuid.h>
#include <memory>

class QPushButton;

Expand Down
1 change: 1 addition & 0 deletions application/sources/part_manage_widget.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <QWidget>
#include <dust3d/base/part_target.h>
#include <dust3d/base/uuid.h>
#include <memory>

class Document;
class ComponentPreviewGridWidget;
Expand Down
1 change: 1 addition & 0 deletions application/sources/skeleton_graphics_widget.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <QTimer>
#include <cmath>
#include <map>
#include <memory>
#include <set>

class SkeletonGraphicsEdgeItem;
Expand Down

0 comments on commit df589ec

Please sign in to comment.