Using Robodash with Lemlib

My team has started using Lemlib this year with Pros in VSCode, but we want to try and implement Robodash but have run into an issue. I created the spots for the autons to be created in but when I try and create the selector using
rd::Selector selector({
//autons get called here
});
but it says that the rd is undefined and I don’t know if I place it in the wrong place, or did I use it wrongly. Heres a screenshot of the code.

Did you add the include path of #include "robodash/api.h" at the top of your file?

Yes, we eventually figured this out. Thanks for responding though!