Fix forgotten include.

This commit is contained in:
Maxim Poliakovski 2021-04-19 00:13:33 +02:00
parent 085877a8bf
commit 048b4f5f20
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <map>
#include <memory>
#include <string>
#include <vector>
enum class ProfileVarFmt { DEC, HEX };