mc: add missing <atomic> includes
* spot/mc/lpar13.hh, spot/mc/mc_instanciator.hh: Here.
This commit is contained in:
parent
4570c735f3
commit
31e87aac11
2 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
// -*- coding: utf-8 -*-
|
||||
// Copyright (C) 2015, 2016, 2018, 2019, 2020 Laboratoire de Recherche et
|
||||
// Copyright (C) 2015-2016, 2018-2021 Laboratoire de Recherche et
|
||||
// Developpement de l'Epita
|
||||
//
|
||||
// This file is part of Spot, a model checking library.
|
||||
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <atomic>
|
||||
#include <spot/twa/acc.hh>
|
||||
#include <spot/mc/unionfind.hh>
|
||||
#include <spot/mc/intersect.hh>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// -*- coding: utf-8 -*-
|
||||
// Copyright (C) 2019, 2020 Laboratoire de Recherche et
|
||||
// Copyright (C) 2019-2021 Laboratoire de Recherche et
|
||||
// Developpement de l'Epita
|
||||
//
|
||||
// This file is part of Spot, a model checking library.
|
||||
|
|
@ -23,6 +23,7 @@
|
|||
#include <thread>
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
#include <atomic>
|
||||
#include <spot/kripke/kripke.hh>
|
||||
#include <spot/mc/mc.hh>
|
||||
#include <spot/mc/lpar13.hh>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue