diff options
Diffstat (limited to 'http.cpp')
| -rw-r--r-- | http.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS // IN THE SOFTWARE. -#include <string.h> +#include <cstring> #include <chrono> #include <thread> #include <math.h> |
