summaryrefslogtreecommitdiff
path: root/src/prop/bvminisat/mtl/XAlloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/bvminisat/mtl/XAlloc.h')
-rw-r--r--src/prop/bvminisat/mtl/XAlloc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/prop/bvminisat/mtl/XAlloc.h b/src/prop/bvminisat/mtl/XAlloc.h
index 7b89d1803..9e469a6fb 100644
--- a/src/prop/bvminisat/mtl/XAlloc.h
+++ b/src/prop/bvminisat/mtl/XAlloc.h
@@ -24,6 +24,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
#include <errno.h>
#include <stdlib.h>
+namespace CVC4 {
namespace BVMinisat {
//=================================================================================================
@@ -40,6 +41,8 @@ static inline void* xrealloc(void *ptr, size_t size)
}
//=================================================================================================
-}
+} /* CVC4::BVMinisat namespace */
+} /* CVC4 namespace */
+
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback