Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-03-23 17:05:08 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-03-23 17:05:08 +0300
commit4f8e407086068e3eeca50db6b37b5c8a5a358696 (patch)
treee7b5687e8d7658b91272550523e5236d2ad6c411 /intern/libmv
parentab48e6355dfb279ac70f05637e5533548eea773a (diff)
Libmv: Fix compilation error on Windows
Diffstat (limited to 'intern/libmv')
-rw-r--r--intern/libmv/intern/logging.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/libmv/intern/logging.cc b/intern/libmv/intern/logging.cc
index 863832cb72b..701881b3971 100644
--- a/intern/libmv/intern/logging.cc
+++ b/intern/libmv/intern/logging.cc
@@ -24,6 +24,8 @@
* ***** END GPL LICENSE BLOCK *****
*/
+#include <gflags/gflags.h>
+
#include "intern/logging.h"
#include "intern/utildefines.h"
#include "libmv/logging/logging.h"