diff options
author | Filip Gawin <[email protected]> | 2019-01-09 19:42:40 +0100 |
---|---|---|
committer | Filip Gawin <[email protected]> | 2019-01-09 19:42:40 +0100 |
commit | 4169c6f37db4fa1cc8e2d052b377af479763a930 (patch) | |
tree | aedd04c62d0edb41fe351d0fa4c94e87d00d71f2 /Alc/filters/nfc.cpp | |
parent | 8f35f464a1b3ae1b8772a4645941a1fb2fec006e (diff) |
Use c++ headers
Diffstat (limited to 'Alc/filters/nfc.cpp')
-rw-r--r-- | Alc/filters/nfc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/filters/nfc.cpp b/Alc/filters/nfc.cpp index fd98eef0..47af60bd 100644 --- a/Alc/filters/nfc.cpp +++ b/Alc/filters/nfc.cpp @@ -7,7 +7,7 @@ #include "alMain.h" -#include <string.h> +#include <cstring> /* Near-field control filters are the basis for handling the near-field effect. |