Skip to content

Commit 291d67e

Browse files
authored
Merge pull request #752 from Devsh-Graphics-Programming/hotfix-nabla-header-git-info
Fix issue with nabla.h gitinfo
2 parents 52d719b + 9f3da8b commit 291d67e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

include/nabla.h

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@
1717
#ifndef __NABLA_H_INCLUDED__
1818
#define __NABLA_H_INCLUDED__
1919

20-
// meta info
21-
#include "git_info.h"
22-
23-
namespace nbl {
24-
NBL_API2 const gtml::GitInfo& getGitInfo(gtml::E_GIT_REPO_META repo);
25-
}
26-
2720
// core lib
2821
#include "nbl/core/declarations.h"
2922

@@ -72,4 +65,12 @@ namespace nbl {
7265

7366
#include "SColor.h"
7467

68+
// meta info
69+
#include "git_info.h"
70+
71+
namespace nbl {
72+
const NBL_API2 gtml::GitInfo& getGitInfo(gtml::E_GIT_REPO_META repo);
73+
}
74+
75+
7576
#endif // __NABLA_H_INCLUDED__

0 commit comments

Comments
 (0)