I2PC / xmippCore

Core functions for Xmipp and sharing with other packages (like Scipion)
GNU General Public License v3.0
4 stars 2 forks source link

xmipp_error.h includes <iostream> #158

Closed DStrelak closed 1 year ago

DStrelak commented 1 year ago

https://github.com/I2PC/xmippCore/blob/devel/core/xmipp_error.h#L29

<iostream> is kinda heavy, it should be included in the source file

cossorzano commented 1 year ago

Solved in https://github.com/I2PC/xmippCore/pull/164