Fix missing include

Detected by https://github.com/OPM/ResInsight/actions/runs/858894448
This action do not use unity_build, and the missing include is seen
This commit is contained in:
Magne Sjaastad 2021-05-20 07:37:55 +02:00
parent d96e28b433
commit af22b7f707

View File

@ -18,6 +18,7 @@
#pragma once
#include <cstddef>
#include <vector>
//==================================================================================================