Skip to content

Commit

Permalink
Minor fix to an include
Browse files Browse the repository at this point in the history
My earlier commit that fixed USE_VERBS_API compile issues used the
quotes style for including headers with full paths, but now we've
changed to using the brackets style.
  • Loading branch information
etremel committed May 9, 2024
1 parent 85946df commit 91f8b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/derecho/core/detail/p2p_connection.hpp
Expand Up @@ -6,7 +6,7 @@
#else
#include <derecho/sst/detail/lf.hpp>
#endif
#include "derecho/utils/logger.hpp"
#include <derecho/utils/logger.hpp>

#include <atomic>
#include <iostream>
Expand Down

0 comments on commit 91f8b2a

Please sign in to comment.