ryzom / ryzomcore

Ryzom Core is the open-source project related to the Ryzom game. This community repository is synchronized with the Ryzom Forge repository, based on the Core branch.
https://wiki.ryzom.dev
GNU Affero General Public License v3.0
341 stars 90 forks source link

add missing import #688

Closed zerotacg closed 10 months ago

zerotacg commented 11 months ago

got an error of using an incomplete type. Adding the import fixes it

error: invalid use of incomplete type 'class QButtonGroup'
   37 |  int getCheckedRotation() const { return rotationButtonGroup->checkedId(); }