Commit 8a0b7a2a authored by Maysam Rahmanpour's avatar Maysam Rahmanpour
Browse files

Added flushback header

parent 482a048c
Loading
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
#ifndef FLUSHBACK_HPP
#define FLUSHBACK_HPP

#include <fstream>
#include <vector>
#include <string>
#include <stdexcept>

namespace stageout {
    void flushback();
} // namespace stageout

#endif // FLUSHBACK_HPP