diff options
| -rw-r--r-- | src/GuardIntervalInserter.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/src/GuardIntervalInserter.cpp b/src/GuardIntervalInserter.cpp index 6e1df4f..0cd5bd5 100644 --- a/src/GuardIntervalInserter.cpp +++ b/src/GuardIntervalInserter.cpp @@ -26,7 +26,8 @@  #include "GuardIntervalInserter.h"  #include "PcDebug.h" -#include <string.h> +#include <cstring> +#include <cassert>  #include <stdexcept>  #include <complex>  #include <mutex>  | 
