Skip to content

Commit

Permalink
correctly include the file
Browse files Browse the repository at this point in the history
  • Loading branch information
phyBrackets committed Jun 5, 2024
1 parent 721ac74 commit d7f20d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/kdbindings/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ set(HEADERS
connection_evaluator.h
connection_handle.h
utils.h
KDBindingsConfig.h
)

if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.19.0")
Expand Down
3 changes: 2 additions & 1 deletion src/kdbindings/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

#pragma once

#include "KDBindingsConfig.h"

#include <assert.h>
#include <memory>
Expand All @@ -23,6 +22,8 @@
#include <kdbindings/genindex_array.h>
#include <kdbindings/utils.h>

#include <kdbindings/KDBindingsConfig.h>

/**
* @brief The main namespace of the KDBindings library.
*
Expand Down

0 comments on commit d7f20d6

Please sign in to comment.