include string.h for memset usage

This commit is contained in:
Stephen Birarda 2014-11-07 17:22:54 -08:00
parent 1e52232a4c
commit 6a4808aac8

View file

@ -11,7 +11,7 @@
#include <limits>
#include <cmath>
#include <string>
#include <string.h>
#include "StDev.h"