From a67f54b078dc547659d62477abdd4f38df5b7f3d Mon Sep 17 00:00:00 2001 From: Selim Mustafaev Date: Tue, 2 Oct 2018 23:00:12 +0300 Subject: [PATCH] Fix for VS --- .gitignore | 1 + TIFF.h | 1 + main.cpp | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 990936c..55a6e0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea/ +.vs/ cmake-build-debug/ diff --git a/TIFF.h b/TIFF.h index b59d85e..aef4d56 100644 --- a/TIFF.h +++ b/TIFF.h @@ -7,6 +7,7 @@ #include #include #include +#include constexpr int16_t TIFF_MAGIC = 42; diff --git a/main.cpp b/main.cpp index 7479d0a..3ce62b1 100644 --- a/main.cpp +++ b/main.cpp @@ -14,7 +14,7 @@ int main(int argc, char** argv) { ifd.dumpInfo(); } -// system("pause"); + system("pause"); return 0; } \ No newline at end of file