Add missing <cassert> include

This commit is contained in:
Jørgen Kvalsvik 2016-03-18 15:40:57 +01:00
parent 212e3c26a4
commit 4f857b71fc

View File

@ -15,6 +15,7 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
#include <cassert>
#include "extractPvtTableIndex.hpp"