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

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'software_renderer/rect.h')
-rw-r--r--software_renderer/rect.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/software_renderer/rect.h b/software_renderer/rect.h
index 2a56b38b5c..8e780132a0 100644
--- a/software_renderer/rect.h
+++ b/software_renderer/rect.h
@@ -1,7 +1,8 @@
#ifndef __IA__RECT__
#define __IA__RECT__
-#include "point.h"
+#include "software_renderer/point.h"
+
#include <iostream>
#include <climits>