convert assert to cassert to make VxWorks happier

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-11-19 22:14:16 -05:00
parent 7f0764878c
commit 3bcc83a3e4
4 changed files with 4 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ surface tension N/m
#include <string>
#include <stdio.h>
#include <iostream>
#include <assert.h>
#include <cassert>
#include "crossplatform_shared_ptr.h"