From c9ca390926ae27430c9cff40f32fa3985fdcfb47 Mon Sep 17 00:00:00 2001 From: Kuba Ober Date: Fri, 20 Dec 2019 20:14:52 -0500 Subject: [PATCH] Fix missing header. Pull (#8) --- src/V3Width.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/V3Width.cpp b/src/V3Width.cpp index 9a2a106ea..d17e1c4c6 100644 --- a/src/V3Width.cpp +++ b/src/V3Width.cpp @@ -77,6 +77,7 @@ #include "V3String.h" #include "V3Task.h" +#include #include // More code; this file was getting too large; see actions there