Browse Source

Add missing string.h include

nce_cpp
Zach Hilman 8 years ago
parent
commit
0c75b8d6b2
  1. 1
      src/core/crypto/ctr_encryption_layer.cpp

1
src/core/crypto/ctr_encryption_layer.cpp

@ -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"

Loading…
Cancel
Save