From 95f20a29051ec9065b9a9ea095ee697c4df10175 Mon Sep 17 00:00:00 2001 From: Brad Beckmann Date: Mon, 20 Jul 2015 09:15:20 -0500 Subject: ruby: added stl vector of ints to be used by SLICC --- src/mem/ruby/common/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mem/ruby/common/SConscript') diff --git a/src/mem/ruby/common/SConscript b/src/mem/ruby/common/SConscript index 6a53fb7c8..9e809f0d0 100644 --- a/src/mem/ruby/common/SConscript +++ b/src/mem/ruby/common/SConscript @@ -38,5 +38,6 @@ Source('BoolVec.cc') Source('Consumer.cc') Source('DataBlock.cc') Source('Histogram.cc') +Source('IntVec.cc') Source('NetDest.cc') Source('SubBlock.cc') -- cgit v1.2.3