* spot/priv/satcommon.cc: Fix include.

This commit is contained in:
Alexandre Duret-Lutz 2017-02-27 22:27:47 +01:00
parent ac39c1db3c
commit dd5a820863

View file

@ -1,6 +1,6 @@
// -*- coding: utf-8 -*- // -*- coding: utf-8 -*-
// Copyright (C) 2013, 2014, 2015 Laboratoire de Recherche et // Copyright (C) 2013-2017 Laboratoire de Recherche et Développement
// Développement de l'Epita. // de l'Epita (LRDE).
// //
// This file is part of Spot, a model checking library. // This file is part of Spot, a model checking library.
// //
@ -20,7 +20,7 @@
#include <fstream> #include <fstream>
#include <set> #include <set>
#include <assert.h> #include <cassert>
#include <spot/misc/escape.hh> #include <spot/misc/escape.hh>
#include <spot/priv/satcommon.hh> #include <spot/priv/satcommon.hh>
#include <spot/twa/bddprint.hh> #include <spot/twa/bddprint.hh>