Add forgotten -include_lib()

This commit is contained in:
Evgeniy Khramtsov 2017-01-13 13:28:55 +03:00
parent 03667d0c73
commit 25ddb6c69d
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@
-include("logger.hrl").
-include("xmpp.hrl").
-include("ejabberd_sm.hrl").
-include_lib("stdlib/include/ms_transform.hrl").
-define(T(Lang, Text), translate:translate(Lang, Text)).