Blender Git Loki
Git Commits -> Revision 964375e
Revision 964375e by Ray Molenkamp (master) March 17, 2020, 16:12 (GMT) |
Cleanup: blenkernel proper header inclusion for BKE_ocean.h BKE_ocean.h uses the bool type without including stdbool.h counting on someone else including that before it. With D6811 enabling automatic sorting of the includes this can no longer be counted on. This changes includes stdbool.h in BKE_ocean.h so it can build without being depended on others including the right headers before it. |
Commit Details:
Full Hash: 964375e36a2b2a56d12201a3a96dd4572e0a8827
Parent Commit: d374237
Lines Changed: +2, -0
1 Modified Path:
/source/blender/blenkernel/BKE_ocean.h (+2, -0) (Diff)