Skip to content

Commit ee8510f

Browse files
committed
fixed test errors
1 parent c59c7e2 commit ee8510f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/tests/Tests.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
#include <boost/test/included/unit_test.hpp>
33
#include <boost/multiprecision/cpp_int.hpp>
44

5-
#include "RSA.h"
6-
#include "Encryptor.h"
7-
#include "Decryptor.h"
8-
#include "Euclidean.h"
5+
#include "../RSA.h"
6+
#include "../Encryptor.h"
7+
#include "../Decryptor.h"
8+
#include "../math/Euclidean.h"
99

1010
using namespace boost::multiprecision;
1111

0 commit comments

Comments
 (0)