Added missing header to Makefile.am
parent
fb1c933418
commit
171886cef9
|
|
@ -33,6 +33,7 @@ check_PROGRAMS += tests/testLieVector tests/testLieScalar
|
||||||
|
|
||||||
# Data structures
|
# Data structures
|
||||||
headers += BTree.h DSF.h FastMap.h FastSet.h FastList.h FastVector.h
|
headers += BTree.h DSF.h FastMap.h FastSet.h FastList.h FastVector.h
|
||||||
|
headers += boost_variant_with_workaround.h
|
||||||
sources += DSFVector.cpp
|
sources += DSFVector.cpp
|
||||||
check_PROGRAMS += tests/testBTree tests/testDSF tests/testDSFVector
|
check_PROGRAMS += tests/testBTree tests/testDSF tests/testDSFVector
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue