We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9aadb commit 76ed634Copy full SHA for 76ed634
src/odb/src/db/dbGlobalConnect.cpp
@@ -12,6 +12,8 @@
12
#include "dbTable.hpp"
13
#include "odb/db.h"
14
// User Code Begin Includes
15
+#include <utility>
16
+
17
#include "dbInst.h"
18
#include "dbLib.h"
19
#include "dbMTerm.h"
src/odb/src/db/dbGlobalConnect.h
@@ -18,6 +18,7 @@
#include <map>
20
#include <set>
21
22
#include <vector>
23
// User Code End Includes
24
0 commit comments