From 027b5fead8ffb36a07f06b86ed24f40d0d961caa Mon Sep 17 00:00:00 2001
From: Hashim Sharif <hsharif3@miranda.cs.illinois.edu>
Date: Tue, 8 Jun 2021 02:05:34 -0500
Subject: [PATCH] Adding missing 'set' include

---
 hpvm/lib/Transforms/HPVM2NVDLA/HPVM2NVDLAPass.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hpvm/lib/Transforms/HPVM2NVDLA/HPVM2NVDLAPass.cpp b/hpvm/lib/Transforms/HPVM2NVDLA/HPVM2NVDLAPass.cpp
index e3b8f5dfc9..300d557518 100644
--- a/hpvm/lib/Transforms/HPVM2NVDLA/HPVM2NVDLAPass.cpp
+++ b/hpvm/lib/Transforms/HPVM2NVDLA/HPVM2NVDLAPass.cpp
@@ -20,6 +20,7 @@
 #include <fstream>
 #include <vector>
 #include <map>
+#include <set>
 
 #include "dlaerror.h"
 #include "dlatypes.h"
@@ -1095,6 +1096,7 @@ void CGT_NVDLA::generateBatchNormLayer(DFLeafNode* N, const IntrinsicInst *II) {
 */
 
 unsigned CGT_NVDLA::identifyOutputs() {
+  
     std::set< ITensor* > outputTensors;
     std::set< ITensor* > InputTensors;
 
-- 
GitLab