Add #include <string.h>

Fixes build on linux and windows.  (Strangely, this didn't break the
OSX build.)

Issue #195.
This commit is contained in:
Matt Pharr
2012-03-25 17:38:15 -07:00
parent d3a374e71c
commit 388d0d2cfd

View File

@@ -44,6 +44,7 @@
#include "stmt.h"
#include "expr.h"
#include <stdio.h>
#include <string.h>
#include <set>
static void