summaryrefslogtreecommitdiff
path: root/src/prop/bvminisat/mtl/Heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/bvminisat/mtl/Heap.h')
-rw-r--r--src/prop/bvminisat/mtl/Heap.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/prop/bvminisat/mtl/Heap.h b/src/prop/bvminisat/mtl/Heap.h
index d57824ba1..2d7ee0199 100644
--- a/src/prop/bvminisat/mtl/Heap.h
+++ b/src/prop/bvminisat/mtl/Heap.h
@@ -23,6 +23,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
#include "prop/bvminisat/mtl/Vec.h"
+namespace CVC4 {
namespace BVMinisat {
//=================================================================================================
@@ -143,6 +144,8 @@ class Heap {
//=================================================================================================
-}
+} /* CVC4::BVMinisat namespace */
+} /* CVC4 namespace */
+
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback