Skip to content

Commit

Permalink
[bugfix] support windows with struct & class GPerfInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunelFeng committed Aug 20, 2023
1 parent 5222701 commit 12f2a31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/GraphCtrl/GraphElement/GElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
CGRAPH_NAMESPACE_BEGIN

enum class GMultiConditionType;
class GPerfInfo;
struct GPerfInfo;

class GElement : public GElementObject,
public CDescInfo {
Expand Down
1 change: 1 addition & 0 deletions src/GraphCtrl/GraphElement/GGroup/GGroup.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

#include "GGroupDefine.h"
#include "../GElement.h"
#include "../../GraphParam/GParamInclude.h"

CGRAPH_NAMESPACE_BEGIN

Expand Down

0 comments on commit 12f2a31

Please sign in to comment.