Change include style to use system includes
The libcper header files in `libcper` are installed to
`usr/include/libcper`. Use that system includes in `libcper` source
instead of using the project includes.
Change-Id: I596edc2c754dae4829844f535a1e34caa246fb43
Signed-off-by: Thu Nguyen <thu@os.amperecomputing.com>
diff --git a/tests/base64_test.cpp b/tests/base64_test.cpp
index 3fcb3af..6040c00 100644
--- a/tests/base64_test.cpp
+++ b/tests/base64_test.cpp
@@ -1,4 +1,4 @@
-#include "base64.h"
+#include <libcper/base64.h>
#include "gtest/gtest.h"
#include "gmock/gmock.h"