Compare commits
No commits in common. "12995367eb18afb4b082a5c6bf811dddb0875709" and "9f0386d5b3b6caceb46f1f030cc485ed28fa55a1" have entirely different histories.
12995367eb
...
9f0386d5b3
2 changed files with 3 additions and 1 deletions
|
@ -63,7 +63,7 @@ class Application: public Platform::Sdl2Application, public efsw::FileWatchListe
|
||||||
const std::string& dir,
|
const std::string& dir,
|
||||||
const std::string& filename,
|
const std::string& filename,
|
||||||
efsw::Action action,
|
efsw::Action action,
|
||||||
std::string old_filename) override;
|
std::string old_filename = "") override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// Events
|
// Events
|
||||||
|
|
|
@ -16,6 +16,8 @@
|
||||||
// You should have received a copy of the GNU General Public License
|
// You should have received a copy of the GNU General Public License
|
||||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
#include <ctime>
|
||||||
|
|
||||||
#ifndef SAVETOOL_DEBUG_BUILD
|
#ifndef SAVETOOL_DEBUG_BUILD
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue