Fixed LUSequenceReader build on linux: Added missing LUSequenceWriter.cpp file to the list of sources for the reader

This commit is contained in:
Amit 2016-03-24 11:33:14 -07:00
Родитель 4d552d30e2
Коммит e65ec4a1f5
2 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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>