Dear LyX-Developers, I have spent most of the morning trying to resolve a compiler warning involving std::vector. After soliciting advice from a couple of different people, it seemed that the easiest solution would be to use QVector instead of the standard library implementation.
However, when I tried to include QVector into TocBackend.h, the compiler simply wasn't able to find it. I tried reconfiguring and even deleting the build directory to start over. Neither attempt worked. Is there something that I'm missing? Is there a file that I need to include in order to use Qt Constructs in the core? Any advice would be appreciated. Cheers, Rob