Skip to content

Commit 9e41b34

Browse files
fix compilation error when server feature is enabled
1 parent 27553a7 commit 9e41b34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vpr/src/base/vpr_context.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@
4343

4444
class SetupHoldTimingInfo;
4545
class PostClusterDelayCalculator;
46-
struct t_rr_node_route_inf;
4746

4847
#endif /* NO_SERVER */
4948

49+
struct t_rr_node_route_inf;
50+
5051
/**
5152
* @brief A Context is collection of state relating to a particular part of VPR
5253
*

0 commit comments

Comments
 (0)