Fixed LUSequenceReader build on linux: Added missing LUSequenceWriter.cpp file to the list of sources for the reader
This commit is contained in:
Родитель
4d552d30e2
Коммит
e65ec4a1f5
1
Makefile
1
Makefile
|
@ -376,6 +376,7 @@ LUSEQUENCEREADER_SRC =\
|
|||
$(SOURCEDIR)/Readers/LUSequenceReader/DataWriterLocal.cpp \
|
||||
$(SOURCEDIR)/Readers/LUSequenceReader/LUSequenceParser.cpp \
|
||||
$(SOURCEDIR)/Readers/LUSequenceReader/LUSequenceReader.cpp \
|
||||
$(SOURCEDIR)/Readers/LUSequenceReader/LUSequenceWriter.cpp \
|
||||
|
||||
LUSEQUENCEREADER_OBJ := $(patsubst %.cpp, $(OBJDIR)/%.o, $(LUSEQUENCEREADER_SRC))
|
||||
|
||||
|
|
|
@ -4,7 +4,9 @@
|
|||
//
|
||||
|
||||
#include "stdafx.h"
|
||||
#ifdef _WIN32
|
||||
#include <objbase.h>
|
||||
#endif
|
||||
#include "Basics.h"
|
||||
#include <fstream>
|
||||
#include <algorithm>
|
||||
|
|
Загрузка…
Ссылка в новой задаче