Skip to content

Commit 5eca09b

Browse files
committed
Compile fix
1 parent a301a45 commit 5eca09b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

source/Serial.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@
3333
/* stl header */
3434
#include <string>
3535

36-
/* local header */
37-
#include "ModernCppCore.h"
38-
3936
/**
4037
* @brief VX (VX Apps) Namespace.
4138
*/
@@ -56,7 +53,7 @@ namespace VX {
5653
* @brief Serial communication class.
5754
* @author Florian Becker <fb\@vxapps.com> (VX Apps)
5855
*/
59-
class MODERNCPPCORE_EXPORT Serial {
56+
class Serial {
6057

6158
public:
6259
/**

0 commit comments

Comments
 (0)