summaryrefslogtreecommitdiffstats
path: root/tests/unit/asn1_decoder_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/asn1_decoder_test.cpp')
-rw-r--r--tests/unit/asn1_decoder_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/asn1_decoder_test.cpp b/tests/unit/asn1_decoder_test.cpp
index b334a655b..d94dd4353 100644
--- a/tests/unit/asn1_decoder_test.cpp
+++ b/tests/unit/asn1_decoder_test.cpp
@@ -20,7 +20,7 @@
#include <gtest/gtest.h>
-#include "asn1_decoder.h"
+#include "private/asn1_decoder.h"
TEST(Asn1DecoderTest, Empty_Failure) {
uint8_t empty[] = {};