瀏覽代碼

Add missing NullPointerException header to global header

Patrick-Christopher Mattulat 3 年之前
父節點
當前提交
c7c46ba19c
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      include/ls_std/ls_std.hpp

+ 2 - 1
include/ls_std/ls_std.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-10-29
- * Changed:         2020-12-25
+ * Changed:         2021-04-22
  *
  * */
 
@@ -30,6 +30,7 @@
 #include "exception/FileOperationException.hpp"
 #include "exception/IllegalArgumentException.hpp"
 #include "exception/IllegalArithmeticOperationException.hpp"
+#include "exception/NullPointerException.hpp"
 
 #include "io/logging/LogLevel.hpp"
 #include "io/logging/LogLevelValue.hpp"