From b1e802182164272bec66bd65c1a5d683fc226231 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Thu, 10 Jun 2021 00:02:29 -0700 Subject: [PATCH] fixed header for now renamed endpoint.h --- include/bank.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bank.hpp b/include/bank.hpp index 23728df..b95ce85 100644 --- a/include/bank.hpp +++ b/include/bank.hpp @@ -2,7 +2,7 @@ #include #include #include "xxhash.h" -#include "endpoints.hpp" +#include "error_responses.hpp" #include "parallel-hashmap/parallel_hashmap/phmap.h" #include "user.hpp"