add missing stl include

This commit is contained in:
Laurent Perron
2023-02-17 13:56:18 +01:00
parent 55385841c4
commit af5fc0210d
2 changed files with 3 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
#include "ortools/glop/initial_basis.h"
#include <algorithm>
#include <cmath>
#include <limits>
#include <queue>
#include <vector>

View File

@@ -13,6 +13,8 @@
#include "ortools/glop/variables_info.h"
#include <utility>
namespace operations_research {
namespace glop {