Skip to content

Commit

Permalink
TEMP: test missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
MiKom committed Jul 1, 2024
1 parent 2378cf7 commit d2bdb61
Show file tree
Hide file tree
Showing 17 changed files with 34 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ find_package(KDBindings QUIET)
if(NOT TARGET KDAB::KDBindings)
fetchcontent_declare(
KDBindings
GIT_REPOSITORY https://github.com/KDAB/KDBindings.git
GIT_TAG aa3c8ebe25772fe5ab4b4457f712e8486d5c5c00 # v1.1.0-beta.1
GIT_REPOSITORY https://github.com/MiKom/KDBindings.git
GIT_TAG 142d37784e9fbd5be6fa0417a7dd6cf4b95d0b16 # v1.1.0-beta.1
USES_TERMINAL_DOWNLOAD YES USES_TERMINAL_UPDATE YES
)
fetchcontent_makeavailable(KDBindings)
Expand Down
2 changes: 2 additions & 0 deletions src/KDFoundation/core_application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
Contact KDAB at <[email protected]> for commercial licensing options.
*/

#include <algorithm>

#include <KDFoundation/core_application.h>
#include <KDFoundation/platform/abstract_platform_event_loop.h>
#include "postman.h"
Expand Down
2 changes: 2 additions & 0 deletions src/KDFoundation/core_application.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

#pragma once

#include <algorithm>

#include <KDFoundation/kdfoundation_global.h>
#include <KDFoundation/object.h>
#include <KDFoundation/event_queue.h>
Expand Down
2 changes: 2 additions & 0 deletions src/KDFoundation/file_descriptor_notifier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
Contact KDAB at <[email protected]> for commercial licensing options.
*/

#include <algorithm>

#include <KDFoundation/file_descriptor_notifier.h>
#include <KDFoundation/platform/abstract_platform_event_loop.h>
#include <KDFoundation/core_application.h>
Expand Down
2 changes: 1 addition & 1 deletion src/KDFoundation/object.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
Contact KDAB at <[email protected]> for commercial licensing options.
*/
#include <algorithm>

#include "object.h"
#include "core_application.h"
#include "event.h"

#include <cassert>
#include <algorithm>

using namespace KDFoundation;

Expand Down
2 changes: 2 additions & 0 deletions src/KDFoundation/platform/linux/linux_platform_event_loop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
Contact KDAB at <[email protected]> for commercial licensing options.
*/

#include <algorithm>

#include <KDFoundation/platform/linux/linux_platform_event_loop.h>
#include <KDFoundation/platform/linux/linux_platform_timer.h>
#include <KDFoundation/event.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
Contact KDAB at <[email protected]> for commercial licensing options.
*/

#include <algorithm>

#include <KDFoundation/platform/linux/linux_platform_integration.h>

using namespace KDFoundation;
Expand Down
2 changes: 2 additions & 0 deletions src/KDFoundation/platform/linux/linux_platform_timer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
Contact KDAB at <[email protected]> for commercial licensing options.
*/

#include <algorithm>

#include <KDFoundation/platform/linux/linux_platform_timer.h>

#include <unistd.h>
Expand Down
4 changes: 4 additions & 0 deletions src/KDFoundation/postman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@
Contact KDAB at <[email protected]> for commercial licensing options.
*/

#include <algorithm>

#include "postman.h"
#include "object.h"

#include <KDFoundation/event.h>

#include <cassert>

using namespace KDFoundation;

void Postman::deliverEvent(EventReceiver *target, Event *event)
Expand Down
2 changes: 2 additions & 0 deletions src/KDFoundation/timer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
Contact KDAB at <[email protected]> for commercial licensing options.
*/

#include <algorithm>

#include "timer.h"

#include "core_application.h"
Expand Down
2 changes: 2 additions & 0 deletions src/KDGui/abstract_platform_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
Contact KDAB at <[email protected]> for commercial licensing options.
*/

#include <algorithm>

#include <KDGui/abstract_platform_window.h>
#include "window.h"

Expand Down
2 changes: 1 addition & 1 deletion src/KDGui/platform/linux/xcb/linux_xcb_clipboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Contact KDAB at <[email protected]> for commercial licensing options.
*/

#include <algorithm>
#include "linux_xcb_clipboard.h"

#include "linux_xcb_platform_integration.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
Contact KDAB at <[email protected]> for commercial licensing options.
*/

#include <algorithm>

#include "linux_xcb_platform_event_loop.h"
#include "linux_xcb_platform_integration.h"
#include "linux_xkb_keyboard.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
Contact KDAB at <[email protected]> for commercial licensing options.
*/

#include <algorithm>

#include "linux_xcb_platform_integration.h"
#include "linux_xkb_keyboard.h"

Expand Down
2 changes: 2 additions & 0 deletions src/KDGui/platform/linux/xcb/linux_xcb_platform_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
Contact KDAB at <[email protected]> for commercial licensing options.
*/

#include <algorithm>

#include "linux_xcb_platform_window.h"
#include <KDGui/gui_events.h>
#include "linux_xcb_platform_integration.h"
Expand Down
2 changes: 2 additions & 0 deletions src/KDGui/platform/linux/xcb/linux_xkb_keyboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
Contact KDAB at <[email protected]> for commercial licensing options.
*/

#include <algorithm>

#include "linux_xkb_keyboard.h"
#include "linux_xcb_platform_integration.h"
#include "KDGui/platform/linux/common/linux_xkb.h"
Expand Down
2 changes: 2 additions & 0 deletions src/KDGui/window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
Contact KDAB at <[email protected]> for commercial licensing options.
*/

#include <algorithm>

#include "window.h"
#include "gui_application.h"
#include "gui_events.h"
Expand Down

0 comments on commit d2bdb61

Please sign in to comment.