From e40541b1a3c53ce20e003591e0a6dae8dee74396 Mon Sep 17 00:00:00 2001 From: Ahmed Ghazy Date: Wed, 21 Oct 2020 14:12:09 +0200 Subject: [PATCH] Add a missing #include in lefout.h --- include/opendb/lefout.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/opendb/lefout.h b/include/opendb/lefout.h index f1001efa..4c0f67fd 100644 --- a/include/opendb/lefout.h +++ b/include/opendb/lefout.h @@ -33,6 +33,7 @@ #pragma once #include +#include #include "dbObject.h" #include "odb.h"