Navigation Menu

Skip to content

Commit

Permalink
Missed exceptions.h and error_handling.h in disk_allocator.
Browse files Browse the repository at this point in the history
  • Loading branch information
bingmann committed Feb 15, 2015
1 parent 465c8d9 commit b1fb9ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/stxxl/bits/mng/disk_allocator.h
Expand Up @@ -6,7 +6,7 @@
* Copyright (C) 2002-2004 Roman Dementiev <dementiev@mpi-sb.mpg.de>
* Copyright (C) 2007 Johannes Singler <singler@ira.uka.de>
* Copyright (C) 2009, 2010 Andreas Beckmann <beckmann@cs.uni-frankfurt.de>
* Copyright (C) 2013 Timo Bingmann <tb@panthema.net>
* Copyright (C) 2013-2015 Timo Bingmann <tb@panthema.net>
*
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
Expand All @@ -18,6 +18,8 @@

#include <stxxl/bits/common/mutex.h>
#include <stxxl/bits/common/types.h>
#include <stxxl/bits/common/exceptions.h>
#include <stxxl/bits/common/error_handling.h>
#include <stxxl/bits/io/file.h>
#include <stxxl/bits/mng/bid.h>
#include <stxxl/bits/mng/config.h>
Expand Down

0 comments on commit b1fb9ce

Please sign in to comment.