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?

0
1 comment

Hello!

There is no such feature. 

0

Please sign in to leave a comment.