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