Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 0f12b03

Browse files
author
Nicolas Cornu
authored
Add missing utility header for std::exchange. (#818)
1 parent 554c250 commit 0f12b03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coreneuron/io/setup_fornetcon.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "coreneuron/network/netcon.hpp"
1212
#include "coreneuron/nrniv/nrniv_decl.h"
1313
#include <map>
14+
#include <utility>
1415

1516
namespace coreneuron {
1617

0 commit comments

Comments
 (0)