Skip to content

Commit

Permalink
Fix compile in gcc >= 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Coldwings committed Jul 16, 2024
1 parent 501edc3 commit 871d8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/lockfree_queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
#include <cstddef>
#include <cstdint>
#include <cstring>
#include <mutex>
#include <memory>
#include <thread>
#include <utility>
#ifndef __aarch64__
Expand Down

0 comments on commit 871d8af

Please sign in to comment.