Skip to content

Commit

Permalink
[C++] Fix the issue with .h file imports in apron-client cpp_wrapper. (
Browse files Browse the repository at this point in the history
  • Loading branch information
WorkingChen authored and DarrylGamroth committed Jan 22, 2025
1 parent f843563 commit b6eb541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions aeron-client/src/main/cpp_wrapper/Image.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <atomic>
#include <cassert>
#include <functional>
#include <memory>

#include "concurrent/AtomicBuffer.h"
#include "concurrent/logbuffer/Header.h"
Expand Down
1 change: 1 addition & 0 deletions aeron-client/src/main/cpp_wrapper/Publication.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <memory>
#include <string>
#include <vector>
#include <mutex>

#include "concurrent/AtomicBuffer.h"
#include "concurrent/logbuffer/BufferClaim.h"
Expand Down

0 comments on commit b6eb541

Please sign in to comment.