summaryrefslogtreecommitdiff
path: root/src/prop/bvminisat/mtl/Queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/bvminisat/mtl/Queue.h')
-rw-r--r--src/prop/bvminisat/mtl/Queue.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/prop/bvminisat/mtl/Queue.h b/src/prop/bvminisat/mtl/Queue.h
index 83321ba95..c40f2322b 100644
--- a/src/prop/bvminisat/mtl/Queue.h
+++ b/src/prop/bvminisat/mtl/Queue.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 {
//=================================================================================================
@@ -64,6 +65,7 @@ public:
//=================================================================================================
-}
+} /* CVC4::BVMinisat namespace */
+} /* CVC4 namespace */
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback