clang-tidy modernize
[alexxy/gromacs.git] / src / gromacs / selection / poscalc.cpp
index 28f8c85118d2afd11cb21e17c7ee9263bdcff0e4..cedaf05459a1cf59ef1b5037b79877d6042884e4 100644 (file)
@@ -63,7 +63,7 @@
 
 #include "poscalc.h"
 
-#include <string.h>
+#include <cstring>
 
 #include <algorithm>
 #include <vector>