Changes in src/UIElements/QT4/QTDialog.cpp [0bb05a:57f243]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/QT4/QTDialog.cpp
r0bb05a r57f243 7 7 8 8 #include "UIElements/QT4/QTDialog.hpp" 9 10 #include <boost/lexical_cast.hpp>11 9 12 10 #include <string> … … 24 22 #include <Qt/qcombobox.h> 25 23 24 #include <boost/lexical_cast.hpp> 25 26 26 #include "Helpers/MemDebug.hpp" 27 27 … … 33 33 #include "Descriptors/AtomIdDescriptor.hpp" 34 34 #include "Descriptors/MoleculeIdDescriptor.hpp" 35 #include " Matrix.hpp"35 #include "LinearAlgebra/Matrix.hpp" 36 36 #include "Box.hpp" 37 37
Note:
See TracChangeset
for help on using the changeset viewer.