Add missing string.h include

This commit is contained in:
Zach Hilman 2018-07-28 14:42:16 -04:00
parent c54a10cb4f
commit 83c3ae8be8

View File

@ -2,6 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <string.h>
#include "common/assert.h"
#include "core/crypto/ctr_encryption_layer.h"