Changeset 284 in pacpusframework for trunk/include/Pacpus/kernel/PacpusException.h


Ignore:
Timestamp:
03/25/14 11:09:04 (10 years ago)
Author:
Marek Kurdej
Message:

Fixed: Unix problem with exceptions, missing #include <stdexcept>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Pacpus/kernel/PacpusException.h

    r280 r284  
    1919#include <boost/exception/exception.hpp>
    2020#include <boost/exception/error_info.hpp>
    21 #include <exception>
     21#include <stdexcept>
    2222#include <string>
    2323
     
    4141
    4242    /// Dtor.
    43     virtual ~PacpusException();
     43    virtual ~PacpusException() throw();
    4444};
    4545
Note: See TracChangeset for help on using the changeset viewer.