aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/RxLibrary/transformations
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-06-21 14:43:56 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-06-23 20:41:25 -0700
commit3936ed70c998e9c140b4e77cdeafcc0deecc0a95 (patch)
treec1c4de0caab21055a2937f27280600ea2fae5038 /src/objective-c/RxLibrary/transformations
parentea9b4fdd270e47a2b3cb63dfca01c0477e0b0c6a (diff)
Import headers based on path in the runtime libraries
Diffstat (limited to 'src/objective-c/RxLibrary/transformations')
-rw-r--r--src/objective-c/RxLibrary/transformations/GRXMappingWriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/RxLibrary/transformations/GRXMappingWriter.h b/src/objective-c/RxLibrary/transformations/GRXMappingWriter.h
index dcebb6132a..55f6f82f20 100644
--- a/src/objective-c/RxLibrary/transformations/GRXMappingWriter.h
+++ b/src/objective-c/RxLibrary/transformations/GRXMappingWriter.h
@@ -31,7 +31,7 @@
*
*/
-#import "GRXWriter.h"
+#import "RxLibrary/GRXWriter.h"
// A "proxy" writer that transforms all the values of its input writer by using a mapping function.
@interface GRXMappingWriter : GRXWriter