summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-02-10 12:25:45 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-02-10 12:25:45 +0300
commit8a93bd50466b767582f8251f65b53ded89fbf526 (patch)
tree68b0f688827b59014ed8451409026305d71897d2
parent4e8500ee43e1b2d93bbd842b75e602fae0e24ad7 (diff)
compilation fix
-rw-r--r--libs/libcurl/src/stdafx.cxx2
-rw-r--r--libs/libcurl/src/stdafx.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/libs/libcurl/src/stdafx.cxx b/libs/libcurl/src/stdafx.cxx
new file mode 100644
index 0000000000..1647228cd0
--- /dev/null
+++ b/libs/libcurl/src/stdafx.cxx
@@ -0,0 +1,2 @@
+
+#include "stdafx.h" \ No newline at end of file
diff --git a/libs/libcurl/src/stdafx.h b/libs/libcurl/src/stdafx.h
new file mode 100644
index 0000000000..6f70f09bee
--- /dev/null
+++ b/libs/libcurl/src/stdafx.h
@@ -0,0 +1 @@
+#pragma once