Skip to content

Commit

Permalink
add missing include file (#1344)
Browse files Browse the repository at this point in the history
- add missing #include <deque>

  On more platforms and library combinations <deque> is included via
  some other header, but there is combination where this is not true
  • Loading branch information
kupsch committed Jan 5, 2023
1 parent c98df5b commit 2e3bf92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dataflowAPI/src/AbslocInterface.C
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
*/


#include <deque>
#include "Absloc.h"
#include "AbslocInterface.h"

Expand Down

0 comments on commit 2e3bf92

Please sign in to comment.