We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8483ddb commit e0ebd11Copy full SHA for e0ebd11
2 files changed
src/C++/Makefile.am
@@ -107,9 +107,7 @@ libquickfix_la_SOURCES = \
107
LIBXML_DOMDocument.cpp \
108
LIBXML_DOMDocument.h \
109
MessageCracker.h \
110
- Responder.h \
111
- CallStack.h \
112
- CallStack.cpp
+ Responder.h
113
114
BUILT_SOURCES = Allocator.h
115
CLEANFILES = Allocator.h
src/C++/MessageSorters.cpp
@@ -25,6 +25,8 @@
25
26
#include "MessageSorters.h"
27
28
+#include <string.h>
29
+
30
namespace FIX
31
{
32
message_order::message_order( int first, ... )
0 commit comments