Browse Source

org-exp-blocks.el: Fix compiler warning.

Bastien Guerry 12 years ago
parent
commit
974c69803e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/org-exp-blocks.el

+ 1 - 0
lisp/org-exp-blocks.el

@@ -73,6 +73,7 @@
 (eval-when-compile
   (require 'cl))
 (require 'find-func)
+(require 'org-compat)
 
 (declare-function org-split-string "org" (string &optional separators))
 (declare-function org-remove-indentation "org" (code &optional n))