Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37767666
en ru br
ALT Linux repos
S:1.9.0-alt2
5.0: 0.6-alt3
4.1: 0.5-alt0.M41.1

Group :: Development/C
RPM: indilib

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: libindi-gcc11.patch
Download


diff --git a/drivers/agent/agent_imager.cpp b/drivers/agent/agent_imager.cpp
index a95e188..29091f0 100644
--- a/drivers/agent/agent_imager.cpp
+++ b/drivers/agent/agent_imager.cpp
@@ -17,12 +17,12 @@
  Boston, MA 02110-1301, USA.
  *******************************************************************************/
 
+#include <memory>
 #include "agent_imager.h"
 #include "indistandardproperty.h"
 
 #include <cstring>
 #include <algorithm>
-#include <memory>
 
 #include "group.h"
 
diff --git a/drivers/agent/group.cpp b/drivers/agent/group.cpp
index 4597178..b1b5a7d 100644
--- a/drivers/agent/group.cpp
+++ b/drivers/agent/group.cpp
@@ -18,6 +18,7 @@
  *******************************************************************************/
 
 #include "group.h"
+#include <memory>
 #include "agent_imager.h"
 #include <iomanip>
 #include <sstream>
diff --git a/examples/tutorial_eight/simple_spectrograph.cpp b/examples/tutorial_eight/simple_spectrograph.cpp
index 8bedef0..3e8ab1d 100644
--- a/examples/tutorial_eight/simple_spectrograph.cpp
+++ b/examples/tutorial_eight/simple_spectrograph.cpp
@@ -20,9 +20,10 @@
     refer to the INDI Generic Spectrograph driver template in INDI SVN (under 3rdparty).
 */
 
+#include <memory>
+
 #include "simple_spectrograph.h"
 
-#include <memory>
 
 /* Macro shortcut to Spectrograph temperature value */
 #define currentSpectrographTemperature TemperatureN[0].value
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin