Skip to content

Commit

Permalink
Add includes to fix build with GCC15-C++23 (#2165)
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
  • Loading branch information
mattiaverga authored Jan 22, 2025
1 parent 1722955 commit 01b147b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/indiabstractclient/abstractbaseclient.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include "indimacros.h"
#include "indiproperty.h"

#include <cstdint>
#include <memory>
#include <vector>
#include <functional>
Expand Down
1 change: 1 addition & 0 deletions libs/indibase/indidustcapinterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include "indibase.h"
#include "indidriver.h"
#include "indipropertyswitch.h"
#include <cstdint>

/**
* \class DustCapInterface
Expand Down
1 change: 1 addition & 0 deletions libs/indibase/stream/streammanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include "indidevapi.h"
#include "indibasetypes.h"
#include "indimacros.h"
#include <cstdint>
#include <memory>

/**
Expand Down
1 change: 1 addition & 0 deletions libs/sockets/tcpsocket.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*/
#pragma once

#include <cstdint>
#include <string>
#include <memory>
#include <functional>
Expand Down

0 comments on commit 01b147b

Please sign in to comment.