Skip to content
1 change: 1 addition & 0 deletions .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ jobs:
--exclude-throw-branches \
--xml coverage.xml \
--gcov-executable gcov \
--exclude capio/tests \
../build

- name: "Compute Valid Artifact Name"
Expand Down
1 change: 1 addition & 0 deletions capio/common/logger.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <cxxabi.h>
#include <fcntl.h>
#include <fstream>
#include <memory>
#include <string>
#include <sys/mman.h>
#include <unistd.h>
Expand Down
1 change: 1 addition & 0 deletions capio/server/include/remote/backend.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define CAPIO_SERVER_REMOTE_BACKEND_HPP
#include "common/logger.hpp"
#include <charconv>
#include <set>

class RemoteRequest {
private:
Expand Down
Loading
Loading