From 2b91d764b55e3256bf0c2a5320cf18e86d4d831e Mon Sep 17 00:00:00 2001 From: Aliaksei Chapyzhenka Date: Sat, 23 Apr 2022 12:11:46 -0700 Subject: [PATCH] Added missing #include (#3392) Fixes #3390 --- docs/CONTRIBUTORS | 1 + src/V3Const.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/CONTRIBUTORS b/docs/CONTRIBUTORS index 7906a039f..2a6d4735e 100644 --- a/docs/CONTRIBUTORS +++ b/docs/CONTRIBUTORS @@ -7,6 +7,7 @@ Adrien Le Masle Ahmed El-Mahmoudy Alex Chadwick Àlex Torregrosa +Aliaksei Chapyzhenka Ameya Vikram Singh Andreas Kuster Chris Randall diff --git a/src/V3Const.cpp b/src/V3Const.cpp index 927fd1a87..9152d8cd6 100644 --- a/src/V3Const.cpp +++ b/src/V3Const.cpp @@ -33,6 +33,7 @@ #include "V3UniqueNames.h" #include +#include #include //######################################################################