cmake: Fix highs_interface.cc

This commit is contained in:
Mizux Seiha
2022-10-06 14:05:23 +02:00
parent 4585f7ae7a
commit bf720744fd

View File

@@ -11,6 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#if defined(USE_HIGHS)
#include <atomic>
#include <cstdint>
#include <optional>
@@ -309,3 +311,4 @@ MPSolverInterface* BuildHighsInterface(MPSolver* const solver,
}
} // namespace operations_research
#endif // #if defined(USE_HIGHS)