Skip to content

Commit

Permalink
[C++]: use cstring instead of string.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontgomery committed Dec 4, 2019
1 parent 2bb0e9a commit e461982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aeron-archive/src/test/cpp/AeronArchiveTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
#include <iostream>
#include <iosfwd>
#include <vector>
#include <cstring>

#include <gtest/gtest.h>
#include <string.h>
#include <ChannelUriStringBuilder.h>

#include "client/AeronArchive.h"
Expand Down

0 comments on commit e461982

Please sign in to comment.