How to add necessary include statement when expanding a live template?
已回答
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?

请先登录再写评论。
Hello!
There is no such feature.