Arduino Code Calling Atomic.h but not included in Squareline Export

Hi all,

New to using Squareline 1.5.2 but loving it so far!

Having an issue with Ardunio and LVGL

Afterdoing my export from Squareline and including the libraries im still getting an error when compiling.

LVGL.h is calling LV_freertos.c which in turn in calling Atomic.h which is not included in the libraries.

Having a look on GitHub the only libraries i can see that have Atomic.h have been archived.

Which library do i need to add to get the atomic.h file (and any others it calls)?

To be clear ive not added any other code at this point other than to test my screen design on the screen so no other bits of code will be calling for this.

This is going to a ESP32C6.

Many thanks