Skip to content

Commit

Permalink
Fix more headers
Browse files Browse the repository at this point in the history
  • Loading branch information
dsharlet committed Nov 20, 2024
1 parent 090cf15 commit 3770230
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/proto_benchmark.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <array>
#include <cstdint>
#include <random>
#include <vector>

#include "proto.h"

Expand Down
1 change: 1 addition & 0 deletions test/proto_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <gmock/gmock.h>
#include <gtest/gtest.h>

#include <array>
#include <cstddef>
#include <cstdint>
#include <limits>
Expand Down
1 change: 0 additions & 1 deletion test/thread_benchmark.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#include <atomic>
#include <condition_variable>
#include <cstdint>
#include <mutex>
#include <semaphore.h>
#include <thread>
Expand Down

0 comments on commit 3770230

Please sign in to comment.