summaryrefslogtreecommitdiff
path: root/src/pcheck.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcheck.cc')
-rw-r--r--src/pcheck.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pcheck.cc b/src/pcheck.cc
index d5401f7d..0f3e8774 100644
--- a/src/pcheck.cc
+++ b/src/pcheck.cc
@@ -18,9 +18,9 @@
* along with Colm; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-
#include "pcheck.h"
-#include <assert.h>
+
+#include <stdbool.h>
/* Construct a new parameter checker with for paramSpec. */
ParamCheck::ParamCheck( const char *paramSpec, int argc, const char **argv )