blob: 7e3e24880d439f46d3c07b516fd85f05258e0466 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
From 907b3d81f27593e709af9e3f2cdc6dab05d6d80a Mon Sep 17 00:00:00 2001
From: Paolo Stivanin <paolostivanin@users.noreply.github.com>
Date: Tue, 29 Jun 2021 08:52:04 +0200
Subject: [PATCH] Fix indimacros include path on baseclient.h (#1503)
---
libs/indibase/baseclient.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libs/indibase/baseclient.h b/libs/indibase/baseclient.h
index 6d5e49b9a..2656d7486 100644
--- a/libs/indibase/baseclient.h
+++ b/libs/indibase/baseclient.h
@@ -20,11 +20,11 @@
#include "indiapi.h"
#include "indibase.h"
+#include "indimacros.h"
#include <string>
#include <vector>
-#include <indimacros.h>
#include <memory>
// #define MAXRBUF 2048 // #PS: defined in indibase.h
|