Using full path in the header inclusion

This commit is contained in:
Felipe Zimmerle
2016-11-04 14:08:58 -03:00
parent 768cc74f0e
commit 4ced1d18e0
305 changed files with 728 additions and 728 deletions

View File

@@ -15,8 +15,8 @@
#include <string>
#include "actions/action.h"
#include "actions/transformations/transformation.h"
#include "src/actions/action.h"
#include "src/actions/transformations/transformation.h"
#ifndef SRC_ACTIONS_TRANSFORMATIONS_BASE64_DECODE_EXT_H_
#define SRC_ACTIONS_TRANSFORMATIONS_BASE64_DECODE_EXT_H_