How to add necessary include statement when expanding a live template?
Answered
I defined a `vec` C++ live template in Clion and it looks like this. As you can see it basically defines a vector of some type. Is it possible to add the necessary include statement `#include <vector>` when this template gets expanded?

Please sign in to leave a comment.
Hello!
There is no such feature.