lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 7bc7a7b 3/7: Include standard header for std:


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 7bc7a7b 3/7: Include standard header for std::swap()
Date: Thu, 13 Jun 2019 20:39:00 -0400 (EDT)

branch: master
commit 7bc7a7b15263727b1493344dfb28cf33389d5701
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Include standard header for std::swap()
---
 mvc_controller.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mvc_controller.cpp b/mvc_controller.cpp
index 77eb54b..830b528 100644
--- a/mvc_controller.cpp
+++ b/mvc_controller.cpp
@@ -51,6 +51,7 @@
 #include <wx/xrc/xmlres.h>
 
 #include <cstring>                      // strlen()
+#include <utility>                      // swap()
 
 namespace
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]