Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 4dc77975 authored by frey_m's avatar frey_m
Browse files

Util: include header file

parent b69da370
No related branches found
No related tags found
1 merge request!377Resolve "Replace hardcoded data directory with OpalData function"
......@@ -10,6 +10,7 @@
#include <type_traits>
#include <functional>
#include <cmath>
#include <initializer_list>
// ------- DON'T DELETE: start --------
#define __FILENAME__ (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment