Skip to content

Commit e0ebd11

Browse files
committed
Removed references to callstack from linux build. Fixed linux compilation errors
1 parent 8483ddb commit e0ebd11

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/C++/Makefile.am

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,7 @@ libquickfix_la_SOURCES = \
107107
LIBXML_DOMDocument.cpp \
108108
LIBXML_DOMDocument.h \
109109
MessageCracker.h \
110-
Responder.h \
111-
CallStack.h \
112-
CallStack.cpp
110+
Responder.h
113111

114112
BUILT_SOURCES = Allocator.h
115113
CLEANFILES = Allocator.h

src/C++/MessageSorters.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525

2626
#include "MessageSorters.h"
2727

28+
#include <string.h>
29+
2830
namespace FIX
2931
{
3032
message_order::message_order( int first, ... )

0 commit comments

Comments
 (0)